ft_transcendence/pong/node_modules/@nestjs/cli/commands/command.input.d.ts
2023-05-02 19:15:50 +02:00

6 lines
93 B
TypeScript

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