UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

13 lines (12 loc) 275 B
/** * Interface for PutJobResourceCountResource * @export * @interface IPutJobResourceCountResourceParms */ export interface IPutJobResourceCountResourceParms { job: string; schid: string; "resource-name": string; "step-name": string; free: string; }