Type Alias Response<T>

Response<T>: {
    data: T;
    headers: any;
    status: number;
    statusText: string;
}

Type Parameters

  • T = any