UNPKG

automation-events

Version:

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

5 lines 182 B
export interface ICancelAndHoldAutomationEvent { readonly cancelTime: number; readonly type: 'cancelAndHold'; } //# sourceMappingURL=cancel-and-hold-automation-event.d.ts.map