UNPKG

automation-events

Version:

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

6 lines (4 loc) 121 B
export interface ICancelAndHoldAutomationEvent { readonly cancelTime: number; readonly type: 'cancelAndHold'; }