UNPKG

automation-events

Version:

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

4 lines 295 B
import { ISetTargetAutomationEvent } from '../interfaces'; import { TAutomationEvent } from '../types'; export declare const isSetTargetAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ISetTargetAutomationEvent; //# sourceMappingURL=set-target-automation-event.d.ts.map