Type Alias WriteSetChangeDeleteTableItem

WriteSetChangeDeleteTableItem: {
    data?: DeletedTableData;
    handle: string;
    key: string;
    state_key_hash: string;
    type: string;
}

The payload for a write set change that deletes a table item.