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

    Interface CloudEventsFormat

    The CloudEventsFormat can be used with any Destination, and the payload is delivered in the JSON Event Format. AzureEventGridDestination offers native support to filter and route CloudEvents.

    interface CloudEventsFormat {
        cloudEventsVersion: string;
        type: "CloudEvents";
    }

    Hierarchy (View Summary)

    Index

    Properties

    cloudEventsVersion: string
    type: "CloudEvents"