export {}; declare module 'axios' { interface AxiosResponse { code: number; msg: string; rows: T; total: number; } }