mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-19 21:02:50 +08: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;
|