@kismet.ts/shared / Exports / IResponse

Interface: IResponse

Table of contents

Properties

Properties

json

json: () => Promise<unknown>

Type declaration

▸ (): Promise<unknown>

Returns

Promise<unknown>

Defined in

remote/nodes.ts:9open in new window


ok

ok: boolean

Defined in

remote/nodes.ts:8open in new window


text

text: () => Promise<string>

Type declaration

▸ (): Promise<string>

Returns

Promise<string>

Defined in

remote/nodes.ts:10open in new window