Reference to a BusinessUnit by its key.

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

Properties

Properties

key: string

Unique and immutable key of the referenced BusinessUnit.

typeId: "business-unit"

Generated using TypeDoc