UNPKG

automation-events

Version:

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

4 lines 312 B
import { ICancelAndHoldAutomationEvent } from '../interfaces'; import { TAutomationEvent } from '../types'; export declare const isCancelAndHoldAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ICancelAndHoldAutomationEvent; //# sourceMappingURL=cancel-and-hold-automation-event.d.ts.map