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

    Interface ReviewCreatedMessagePayload

    Generated after a successful Create Review request.

    interface ReviewCreatedMessagePayload {
        review: Review;
        type: "ReviewCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    review: Review

    Review that was created.

    type: "ReviewCreated"