SinglePart: HideableBaseEntity & {
    allLocations: boolean;
    categories: EmbeddedDefectCategory[];
    description: string;
    locations: EmbeddedLocation[];
    modifiedDate: Date;
}

Type declaration

  • allLocations: boolean
  • categories: EmbeddedDefectCategory[]
  • description: string
  • locations: EmbeddedLocation[]

    Part's list of Locations. If null, then the data either wasn't fetched or this part doesn't have any locations

  • modifiedDate: Date