Alokai

Options

These options are used to configure the module. They are passed to the factory function.

type Options = {
  apiUrl: string;
  ssrApiUrl?: string;
};