StatusHandler<CC>: ((ctx: Context<CC>, res: AxiosResponse<ResType<unknown>>, data: ResType<unknown>) => void | Promise<unknown>)

Type Parameters

Type declaration

    • (ctx: Context<CC>, res: AxiosResponse<ResType<unknown>>, data: ResType<unknown>): void | Promise<unknown>
    • 单个状态处理类型声明

      Parameters

      Returns void | Promise<unknown>

Generated using TypeDoc