import type { AxiosRequestConfig } from 'axios'; import type { PowerPartial } from 'zova'; import type { IInterceptorRecord } from 'zova-module-a-fetch'; export interface IApiActionOptions extends AxiosRequestConfig { interceptors?: PowerPartial; authToken?: boolean | string; openapiSchema?: boolean; } declare module 'zova' { interface IBeanSceneRecord { api: never; } } //# sourceMappingURL=api.d.ts.map