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

Hierarchy (View Summary)

Properties

Properties

key: string

Unique and immutable key of the referenced BusinessUnit.

typeId: "business-unit"

Type of referenced resource.