UNPKG

automation-events

Version:

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

4 lines 344 B
import { ICancelScheduledValuesAutomationEvent } from '../interfaces'; import { TAutomationEvent } from '../types'; export declare const isCancelScheduledValuesAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ICancelScheduledValuesAutomationEvent; //# sourceMappingURL=cancel-scheduled-values-automation-event.d.ts.map