UNPKG

@joshfarrant/shortcuts-js

Version:
8 lines (7 loc) 356 B
import { ValueObject } from '../interfaces/Value'; import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The dictionary object */ value?: ValueObject | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;