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