mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
// Remove this linter hint if any flags exist
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
export type Flags = {};
|
|
|
|
export type FlagName = keyof Flags;
|