export interface Schema { name: string; path?: string; project?: string; /** Wether to implement control value accessor interface */ controlValueAccessor?: boolean; /** Whether to use standalone or not */ standalone?: boolean; }