UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

8 lines (6 loc) 171 B
import { Record } from './Record'; export interface ActionParameters { readonly pendingWrites?: Record; readonly targets?: string[]; readonly type: string; }