import { NestAddOptionsSchema } from '../../schematics-utils/schemas'; export interface Schema extends NestAddOptionsSchema { genDemo?: boolean; }