UNPKG

aptos

Version:
11 lines (7 loc) 218 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { DeleteTableItem } from './DeleteTableItem'; export type WriteSetChange_DeleteTableItem = ({ type: string; } & DeleteTableItem);