imajin/node_modules/@nestjs/cli/commands/command.input.d.ts
2026-01-10 04:52:11 -08:00

5 lines
93 B
TypeScript

export interface Input {
name: string;
value: boolean | string;
options?: any;
}