Skip to content

Interface: TransportResponse\<T\>

Interface: TransportResponse<T>

Defined in: auth-client/src/core/types.ts:224

Type Parameters

T

T = unknown

Properties

body

body: T

Defined in: auth-client/src/core/types.ts:227


headers

headers: Record<string, string>

Defined in: auth-client/src/core/types.ts:228


ok

ok: boolean

Defined in: auth-client/src/core/types.ts:226


status

status: number

Defined in: auth-client/src/core/types.ts:225