Change triggered by the Unpublish update action.

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

Properties

Properties

change: string
type: "UnpublishChange"