UNPKG

automation-events

Version:

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

8 lines (5 loc) 155 B
export interface ILinearRampToValueAutomationEvent { readonly endTime: number; readonly type: 'linearRampToValue'; readonly value: number; }