import { IRequestOptions } from 'index' /** 请求参数转换处理方法 */ export type ITransformRequest = (req: IRequestOptions) => IRequestOptions | Promise | void