UNPKG
@broadcom/sysview-for-zowe-cli
Version:
latest (2.0.0)
zowe-v1-lts (1.2.1)
zowe-v2-lts (1.4.0)
zowe-v3-lts (2.0.0)
2.0.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Zowe CLI plugin for SYSVIEW
@broadcom/sysview-for-zowe-cli
/
lib
/
cli
/
check
/
Check.definition.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
import
*
as
imperative
from
"@zowe/imperative"
;
declare
const
CheckDefinition
: imperative.
ICommandDefinition
;
export
=
CheckDefinition
;