agent-remote / Exports / IHttpResponse
Interface: IHttpResponse<TData>
Type parameters
| Name | Type |
|---|---|
TData | TDefaultRequestData |
Table of contents
Properties
Properties
id
• id: string
Defined in
agent-remote/src/types/http-types.ts:33
status
• status: number
Defined in
agent-remote/src/types/http-types.ts:34
headers
• headers: Record<string, string>
Defined in
agent-remote/src/types/http-types.ts:35
data
• data: TData
Defined in
agent-remote/src/types/http-types.ts:36
timestamp
• timestamp: Date