@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitCustomTypeRemovedMessagePayload

    Generated after removing a Custom Type from a Business Unit using the Set Custom Type update action.

    interface BusinessUnitCustomTypeRemovedMessagePayload {
        oldTypeId?: string;
        type: "BusinessUnitCustomTypeRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    oldTypeId?: string

    id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

    type: "BusinessUnitCustomTypeRemoved"