@broadcom/ca7-for-zowe-cli
Version:
CA 7 Workload Automation Plug-in for Zowe CLI
15 lines (14 loc) • 573 B
TypeScript
/**
* Use the index.ts to export any public facing APIs/intefaces/etc.
*
* If your plugin introduces a set of APIs/functions that others would find useful when building node apps
* (or editor extensions, etc.) export them here.
*
* For example, Zowe CLI offers Jobs APIs that can be invoke programmatically from a VS code extension to create
* a Job viewer/tree extension.
*/
export * from "./api/doc/response/IDemandComplete";
export * from "./api/doc/input/IDemandParms";
export * from "./api/Demand";
export * from "./api/DemandH";
export * from "./api/Cancel";