mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
* implement StateProvider in RouterService * Remove 'export' Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com> * Skip parameter Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com> --------- Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
export class GlobalState {
|
|
organizationInvitation?: any;
|
|
vaultTimeout?: number;
|
|
vaultTimeoutAction?: string;
|
|
enableBrowserIntegration?: boolean;
|
|
enableBrowserIntegrationFingerprint?: boolean;
|
|
}
|