Skip to content

remote / Exports / IHttpResponse

Interface: IHttpResponse<TData>

Type parameters

NameType
TDataTDefaultRequestData

Table of contents

Properties

Properties

id

id: string

Defined in

remote/src/types/http-types.ts:33


status

status: number

Defined in

remote/src/types/http-types.ts:34


headers

headers: Record<string, string>

Defined in

remote/src/types/http-types.ts:35


data

data: TData

Defined in

remote/src/types/http-types.ts:36


timestamp

timestamp: Date

Defined in

remote/src/types/http-types.ts:37

Released under the MIT License.