import ApiElementDeviation from "./api_element_deviation"; import ApiPlannedElement from "./api_planned_element"; import { addInstantGetterAndSetterToApiModel } from "../../mixins"; import { ApiScannedElementTypeMap, isDeviationScanResult } from "./api_scanned_element"; import type { ApiBuiltStatus } from "../enums"; import { ApiElementProgress } from "./api_element_progress"; /** @deprecated This information should now all live in the {@link ApiPlannedElement}. */ export class ApiDetailedElement