export interface ComponentSchematicOptions { name: string; e2e?: boolean; path?: string; project: string; }