Response<T>: Promise<AxiosResponse<{
    data?: T;
    error?: string;
    status: number;
}>>

Type Parameters

  • T