UNPKG

@joshfarrant/shortcuts-js

Version:
9 lines (8 loc) 411 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The address (public or private) to get */ address?: "External" | "Local" | undefined; /** The type of address to get */ type?: "IPv4" | "IPv6" | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;