export interface Schema { project: string; name: string; department: string; isInstallNgxValidators: boolean; isImportReactiveForms: boolean; }