UNPKG
@broadcom/ops-for-zowe-cli
Version:
latest (5.3.0)
lts-incremental (1.1.2)
next (5.0.0-next.202409201250)
zowe-v1-lts (4.0.7)
zowe-v2-lts (4.1.2)
zowe-v3-lts (5.0.0)
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
5.0.0-next.202409201250
5.0.0-next.202408141606
5.0.0-next.202408061338
5.0.0-next.202408051627
5.0.0-next.202401231457
5.0.0-next.202401221923
4.1.2
4.1.1
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.0
3.0.1
3.0.0
1.1.2
1.1.1
1.1.0
1.0.4
OPS/MVS® Plug-in for Zowe CLI
@broadcom/ops-for-zowe-cli
/
lib
/
api
/
utils
/
TableUtils.d.ts
8 lines
(7 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { Session }
from
"@zowe/imperative"
; export
declare
class
TableUtils
{
static
getTableURL
(
session
: Session,
body
: { subSystem?:
string
; table?:
string
; }):
string
; }