unity-builder/cli/core/cli-options.ts

2 lines
65 B
TypeScript
Raw Normal View History

2022-04-14 23:53:25 +00:00
export type CliOptions = Map<string, string | number | boolean>;