ResponseOptions
Provides the response type for the API client.
interface ResponseOptions {
responseType?: ResponseType;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
responseType | Optional | ResponseType | The response type for the API client. |
Provides the response type for the API client.
interface ResponseOptions {
responseType?: ResponseType;
}| Name | Required | Type | Description |
|---|---|---|---|
responseType | Optional | ResponseType | The response type for the API client. |