Type Alias: TransportResponse
TransportResponse: {
bodyText:string;headers:Record<string,string>;status:number; }
Type declaration
| Name | Type |
|---|---|
bodyText | string |
headers? | Record<string, string> |
status | number |
TransportResponse: {
bodyText:string;headers:Record<string,string>;status:number; }
| Name | Type |
|---|---|
bodyText | string |
headers? | Record<string, string> |
status | number |