export interface Schema { name: string; module?: string; path?: string; project?: string; /** Wether to implements control value accessor interface */ controlValueAccessor?: boolean; /** Whether to generate a standalone or module based component */ standalone?: boolean; }