InspectionLocation: {
    location: InspectionLocationType;
    subInspectionId?: string;
}

Type declaration

  • location: InspectionLocationType

    The type of location that the object represents.

  • OptionalsubInspectionId?: string

    The Id of the sub-inspection, only if the location is 'subInspection'