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

    Interface OrderCustomTypeRemovedMessagePayload

    Generated after a successful Set Custom Type with empty parameters.

    interface OrderCustomTypeRemovedMessagePayload {
        previousTypeId?: string;
        type: "OrderCustomTypeRemoved";
    }

    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: "OrderCustomTypeRemoved"