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

    Interface CustomerCustomTypeRemovedMessagePayload

    Generated after removing a Custom Type from a Customer using the Set Custom Type update action with empty parameters.

    interface CustomerCustomTypeRemovedMessagePayload {
        previousTypeId?: string;
        type: "CustomerCustomTypeRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    previousTypeId?: string

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

    type: "CustomerCustomTypeRemoved"