๐Ÿ“ฆ nestjs / nest-cli

๐Ÿ“„ command.input.ts ยท 6 lines
1
2
3
4
5
6export interface Input {
  name: string;
  value: boolean | string | string[];
  options?: any;
}