import { JobContentStructureType } from '../../shared/models'; import type { GroupPart } from './design-job-main-group-api.options'; export interface ProjectMainJobContent extends JobContentStructureType { readonly carrierStageTreeStructId: string; readonly constructionTechnologyId: string; readonly groupsQuantumDetails: GroupPart[]; readonly groupsQuantumId: string; readonly phaseDesignId: string; readonly projectId: string; readonly stageActivityId: string; readonly type: string; }