mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-11 11:24:12 +08:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export type Flags = {
|
|
serve?: boolean;
|
|
};
|
|
|
|
export type FlagName = keyof Flags;
|