Interface: BrowserAdapterConfig
Interface: BrowserAdapterConfig
Represents the BrowserAdapterConfig configuration options for the application.
Extends
Partial
<AppConfig
>
Indexable
[key: string]: unknown
Properties
adapters
adapters: BrowserAdapterAdapterConfig[];
Adapter configurations for the application. List of all adapters used in the application.
Overrides
Partial.adapters
browser
browser: object;
cookie
cookie: object;
cookie.options
options: CookieOptions;