UNPKG

automation-events

Version:

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

4 lines 212 B
export const createCancelScheduledValuesAutomationEvent = (cancelTime) => { return { cancelTime, type: 'cancelScheduledValues' }; }; //# sourceMappingURL=create-cancel-scheduled-values-automation-event.js.map