Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitKeyReference

    References a business unit by its key.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Type.

    typeId: "business-unit"

    Type of referenced resource.