export interface Schema { name: string; path?: string; project?: string; module?: string; forRoot?: boolean; skipImport?: boolean; }