UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

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