Change triggered by the Add Associate update action.

interface AddAssociateChange {
    change: string;
    nextValue: Associate;
    type: "AddAssociateChange";
}

Properties

Properties

change: string
nextValue: Associate

Value after the change.

type: "AddAssociateChange"