UNPKG

@joshfarrant/shortcuts-js

Version:
10 lines (9 loc) 595 B
import WFSerialization from '../interfaces/WF/WFSerialization'; import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The type of network to look at */ network?: "Wi-Fi" | "Cellular" | undefined; /** The particular network detail to retrieve */ attribute?: WFSerialization | "WFTextTokenAttachment" | "Network Name" | "BSSID" | "Carrier Name" | "Radio Technology" | "Country Code" | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;