UNPKG

@joshfarrant/shortcuts-js

Version:
13 lines (12 loc) 472 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare type ChooseFromMenuItem = { label: string; actions: WFWorkflowAction[]; }; declare const _default: (options: { /** An array of menu items */ items?: ChooseFromMenuItem[] | undefined; /** The title of the menu */ prompt?: string | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;