ARSite: Omit<ARBaseEntity, "entityType"> & {
    coordinates: ARCoordinates;
    entityType: SITE;
    isDepot: boolean;
    logisticProfilesForUnloading?: SiteProfileAssociation;
}

Type declaration

Generated using TypeDoc