UNPKG

aptos

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