Type Alias SiblingGroup

SiblingGroup: {
    label: string;
    siblings: EnterpriseLocationId[];
    subtype?: string;
    type?: string;
}

Type declaration

  • label: string
  • siblings: EnterpriseLocationId[]
  • Optionalsubtype?: string
  • Optionaltype?: string