You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ResponseOptions
Provides the response type for the API client.
export interface ResponseOptions {
responseType?: ResponseType;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
responseType | Optional | ResponseType | The response type for the API client. |