MCPcopy Index your code
hub / github.com/dataease/SQLBot / RequestOptions

Interface RequestOptions

frontend/src/utils/request.ts:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30// Extended request options
31export interface RequestOptions {
32 silent?: boolean // Silent mode (no error alerts)
33 rawResponse?: boolean // Return raw Axios response
34 customError?: boolean // Custom error handling
35 retryCount?: number // Number of retry attempts
36}
37
38// Merged request configuration
39export interface FullRequestConfig extends AxiosRequestConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected