UNPKG

nest-commander-schematics

Version:

A set of schematics for generating questions and commands with the NestJS CLI.

4 lines (3 loc) 127 B
import { CommonOptions } from '../common/common-options.interface'; export interface QuestionOptions extends CommonOptions { }