@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
9 lines (8 loc) • 382 B
TypeScript
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
/** The name of the shortcut to run */
name: string;
/** Whether to show the shortcut while it runs */
show?: boolean | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;