remote / Exports / HttpResponse
Interface: HttpResponse<TData>
Type parameters
| Name | Type |
|---|---|
TData | DefaultRequestData |
Table of contents
Properties
Properties
id
• id: string
Defined in
status
• status: number
Defined in
headers
• headers: Record<string, string>
Defined in
data
• data: TData
Defined in
timestamp
• timestamp: Date