UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

6 lines (5 loc) 104 B
export interface Input { name: string; value: boolean | string | string[]; options?: any; }