mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export type Flags = {
|
|
serve?: boolean;
|
|
};
|
|
|
|
export type FlagName = keyof Flags;
|