UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

8 lines (7 loc) 214 B
import { Property } from "./Property"; import { Record } from './Record'; export interface SideEffectsParameters { readonly property: Property; readonly pendingWrites?: Record; readonly type: string; }