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

    Interface ApprovalFlowCreatedMessagePayload

    Generated after an Approval Flow is created.

    interface ApprovalFlowCreatedMessagePayload {
        approvalFlow: ApprovalFlow;
        type: "ApprovalFlowCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    approvalFlow: ApprovalFlow

    The Approval Flow that was created.

    type: "ApprovalFlowCreated"