Alokai

ResponseOptions

Provides the response type for the API client.

interface ResponseOptions {
	responseType?: ResponseType;
}

Properties

NameRequiredTypeDescription
responseTypeOptionalResponseTypeThe response type for the API client.

Referenced Types

On this page