Skip to content

remote / Exports / HttpResponse

Interface: HttpResponse<TData>

Type parameters

NameType
TDataDefaultRequestData

Table of contents

Properties

Properties

id

id: string

Defined in

types/http-types.ts:33


status

status: number

Defined in

types/http-types.ts:34


headers

headers: Record<string, string>

Defined in

types/http-types.ts:35


data

data: TData

Defined in

types/http-types.ts:36


timestamp

timestamp: Date

Defined in

types/http-types.ts:37

Released under the MIT License.