Type Alias ClientResponse<T>
ClientResponse: { body: T; code?: string; error?: HttpErrorType; headers?: Record<string, any>; retryCount?: number; statusCode?: number;} Type declaration
body: T
Optional
code?: string
Optional
headers?: Record<string, any>
Optional
retryCount?: number
Optional
statusCode?: number