Change triggered by the Set Max Applications update action.

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

Properties

change: string
nextValue: number

Value after the change.

previousValue: number

Value before the change.

type: "SetMaxApplicationsChange"