1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00
Files
browser/apps/cli/src/flags.ts
2022-05-25 10:57:15 +02:00

6 lines
81 B
TypeScript

export type Flags = {
serve?: boolean;
};
export type FlagName = keyof Flags;