UNPKG

automation-events

Version:

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

6 lines 193 B
export interface ISetValueAutomationEvent { readonly startTime: number; readonly type: 'setValue'; readonly value: number; } //# sourceMappingURL=set-value-automation-event.d.ts.map