UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

9 lines (8 loc) 169 B
/** * Interface for Get Resource Count API * @export * @interface IGetResourceCountParms */ export interface IGetResourceCountParms { "resource-name": string; }