export class ApiProjectSettings { photosOnly: boolean; inspectReports: boolean; inspect: boolean; progress4d: boolean; progress5d: boolean; autoScanAnalysis: boolean; autoCalculateProgress: boolean; viewerHomeButton: boolean; tradeFilterForceUniformat: boolean; createScanDatasetsAutomatically: boolean; automaticPhotoIngestion: boolean; dashboardProgress: boolean; dashboardDeviation: boolean; ingestPhotosFromE57: boolean; } export default ApiProjectSettings;