UNPKG

@joshfarrant/shortcuts-js

Version:
10 lines (9 loc) 498 B
import WFSerialization from '../interfaces/WF/WFSerialization'; import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The integer number of times to loop */ count?: number | WFSerialization | undefined; /** The workflow actions inside the repeat block */ actions?: WFWorkflowAction[] | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;