UNPKG

ng-afelio

Version:
14 lines (13 loc) 262 B
export interface Schema { path?: string; project: string; name: string; prefix?: string; skipTests: boolean; skipImport: boolean; selector?: string; flat: boolean; module?: string; export: boolean; barrel?: boolean; }