2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
|
|
export type CliOptions = Map<string, string | number | boolean>;
|