Alokai
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

NameRequiredTypeDescription
responseTypeOptionalResponseTypeThe response type for the API client.

Referenced Types

On this page