UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

14 lines (13 loc) 308 B
/** * Interface for PostJobResourceCountResource * @export * @interface IPostJobResourceCountResourceParms */ export interface IPostJobResourceCountResourceParms { job: string; schid: string; "resource-name": string; "resource-count": string; "step-name": string; free: string; }