export interface Schema { name: string; path?: string; appRoot?: string; sourceDir?: string; }