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

    Interface ProductRevertedStagedChangesMessagePayload

    Generated after a successful Revert Staged Changes update action.

    interface ProductRevertedStagedChangesMessagePayload {
        removedImageUrls: string[];
        type: "ProductRevertedStagedChanges";
    }

    Hierarchy (View Summary)

    Index

    Properties

    removedImageUrls: string[]

    List of image URLs that were removed during the Revert Staged Changes update action.

    type: "ProductRevertedStagedChanges"