@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
ok
• ok: boolean
Defined in
text
• text: () => Promise<string>
Type declaration
▸ (): Promise<string>
Returns
Promise<string>