Interface AxiosResponse<T, D>

Type Parameters

  • T = any

  • D = any

Hierarchy

  • AxiosResponse

Properties

data: T
headers: AxiosResponseHeaders | Partial<Record<string, string> & {
    set-cookie?: string[];
}>
request?: any
status: number
statusText: string

Generated using TypeDoc v0.23.20