Options
Options for the SDK module.
export interface Options {
apiUrl: string;
ssrApiUrl?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
apiUrl | Required | string | The API URL of the client-side environment. |
ssrApiUrl | Optional | string | The API URL of the server-side environment. |