Change triggered automatically due to a user-initiated change.

interface SetApplicationVersionChange {
    change: string;
    nextValue: number;
    previousValue: number;
    type: "SetApplicationVersionChange";
}

Properties

change: string
nextValue: number

Value after the change.

previousValue: number

Value before the change.

type: "SetApplicationVersionChange"