UNPKG

@broadcom/ops-for-zowe-cli

Version:

OPS/MVS® Plug-in for Zowe CLI

8 lines (7 loc) 197 B
import { Session } from "@zowe/imperative"; export declare class TableUtils { static getTableURL(session: Session, body: { subSystem?: string; table?: string; }): string; }