Change triggered by the Remove Associate update action.

interface RemoveAssociateChange {
    change: string;
    previousValue: Associate;
    type: "RemoveAssociateChange";
}

Properties

change: string
previousValue: Associate

Value before the change.

type: "RemoveAssociateChange"