UNPKG

@joshfarrant/shortcuts-js

Version:
8 lines (7 loc) 413 B
import WFSerialization from '../interfaces/WF/WFSerialization'; import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The type of hash to use */ type?: WFSerialization | "MD5" | "SHA1" | "SHA256" | "SHA512" | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;