Alokai

Options

Options for the SDK module.

export interface Options {
	apiUrl: string;
	ssrApiUrl?: string;
}

Properties

NameRequiredTypeDescription
apiUrlRequiredstringThe API URL of the client-side environment.
ssrApiUrlOptionalstringThe API URL of the server-side environment.

On this page