UNPKG

@joshfarrant/shortcuts-js

Version:
9 lines (8 loc) 377 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The name to set */ name: string; /** Whether to include file extension */ dontIncludeFileExtension?: boolean | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;