UNPKG
@broadcom/file-master-plus-for-zowe-cli
Version:
latest (6.0.1)
lts-incremental (2.1.3)
zowe-v1-lts (4.4.0)
zowe-v2-lts (5.0.2)
zowe-v3-lts (6.0.1)
6.0.1
5.0.2
5.0.1
5.0.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.2
4.0.1
2.1.3
2.1.2
File Master Plus Plug-in for Zowe CLI
@broadcom/file-master-plus-for-zowe-cli
/
lib
/
api
/
copy
/
doc
/
IFMPCopyRequestBodyJson.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
IFMPCopyRequestBodyJson
{
members
?:
string
[][];
generation
?:
string
;
replace
?:
string
;
staticSelectionCriteria
?:
string
;
layout
?:
string
[];
dynamicSelectionCriteria
?:
string
[]; }