Interface: ResponseLike
Defined in: service-framework-client/src/contracts.ts:99
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
ok | readonly | boolean | service-framework-client/src/contracts.ts:100 |
status | readonly | number | service-framework-client/src/contracts.ts:101 |
Methods
json()
json(): Promise<unknown>;
Defined in: service-framework-client/src/contracts.ts:102
Returns
Promise<unknown>