Interface ProductRevertedStagedChangesMessagePayload

Generated after a successful Revert Staged Changes update action.

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

Properties

removedImageUrls: string[]

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

type: "ProductRevertedStagedChanges"

Generated using TypeDoc