export interface AxiosResponse<T = any> extends Promise<T> {
}
