Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias SiblingGroup

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

    Properties

    label: string
    siblings: EnterpriseLocationId[]
    subtype?: string
    type?: string