UNPKG

automation-events

Version:

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

13 lines (12 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCancelScheduledValuesAutomationEvent = void 0; const createCancelScheduledValuesAutomationEvent = cancelTime => { return { cancelTime, type: 'cancelScheduledValues' }; }; exports.createCancelScheduledValuesAutomationEvent = createCancelScheduledValuesAutomationEvent;