@broadcom/sysview-for-zowe-cli
Version:
Zowe CLI plugin for SYSVIEW
16 lines (15 loc) • 606 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 "./ISysviewAPIResponse";
export * from "./ISysviewCommandParms";
export * from "./ISysviewContext";
export * from "./ISysviewDataFlds";
export * from "./ISysviewDataRows";
export * from "./ISysviewInfoFlds";