UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

12 lines (11 loc) 254 B
import { Path } from '@angular-devkit/core'; export interface CommonOptions { name: string; spec: boolean; flat: boolean; sourceRoot: string; path?: string | Path; type?: string; metadata?: string; module?: Path | null; }