Skip to main content
Defined in: typescript/src/config/Transport.ts:63 Transport response.

Type Parameters

T

T = unknown

Properties

status

readonly status: number
Defined in: typescript/src/config/Transport.ts:67 HTTP status code.

headers

readonly headers: Readonly<Record<string, string>>
Defined in: typescript/src/config/Transport.ts:72 Response headers.

body

readonly body: T
Defined in: typescript/src/config/Transport.ts:77 Response body.