Change triggered by the Publish update action.

interface PublishChange {
    change: string;
    type: "PublishChange";
}

Properties

Properties

change: string
type: "PublishChange"