UNPKG

automation-events

Version:

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

5 lines 206 B
export interface ICancelScheduledValuesAutomationEvent { readonly cancelTime: number; readonly type: 'cancelScheduledValues'; } //# sourceMappingURL=cancel-scheduled-values-automation-event.d.ts.map