UNPKG

automation-events

Version:

A module which provides an implementation of an automation event list.

8 lines (5 loc) 139 B
export interface ISetValueAutomationEvent { readonly startTime: number; readonly type: 'setValue'; readonly value: number; }