UNPKG

@joshfarrant/shortcuts-js

Version:
6 lines (5 loc) 358 B
import BuildShortcutOptions from '../interfaces/BuildShortcutOptions'; import WFWorkflow from '../interfaces/WF/WFWorkflow'; import WFWorkflowActionsInterface from '../interfaces/WF/WFWorkflowAction'; /** @ignore */ export declare const buildShortcutTemplate: (actions: WFWorkflowActionsInterface[] | undefined, options: BuildShortcutOptions) => WFWorkflow;