Change triggered by the Remove Address update action.

interface RemoveAddressChange {
    change: string;
    previousValue: Address;
    type: "RemoveAddressChange";
}

Properties

change: string
previousValue: Address

Value before the change.

type: "RemoveAddressChange"