UNPKG

aptos

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