import { NestAddOptionsSchema } from '../../../schematics-utils/schemas'; export interface Schema extends NestAddOptionsSchema { envDir?: string; testMessage?: string; }