UNPKG

automation-events

Version:

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

6 lines 235 B
export interface IExponentialRampToValueAutomationEvent { readonly endTime: number; readonly type: 'exponentialRampToValue'; readonly value: number; } //# sourceMappingURL=exponential-ramp-to-value-automation-event.d.ts.map