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
/
utils
/
FMPHeaders.d.ts
6 lines
(5 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IHeaderContent
}
from
"@zowe/imperative"
;
export
declare
class
FMPHeaders
{
static
readonly
CONTENT_APPLICATION_JSON
:
IHeaderContent
;
static
readonly
ACCEPT_APPLICATION_JSON
:
IHeaderContent
; }