interface BusinessUnitKeyReference {
    key: string;
    typeId: "business-unit";
}

Properties

Properties

key: string

Unique and immutable key of the referenced BusinessUnit.

typeId: "business-unit"