Change triggered by the Change Associate update action.

interface ChangeAssociateChange {
    change: string;
    nextValue: Associate;
    previousValue: Associate;
    type: "ChangeAssociateChange";
}

Properties

change: string
nextValue: Associate

Value after the change.

previousValue: Associate

Value before the change.

type: "ChangeAssociateChange"