UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

10 lines (9 loc) 202 B
/** * Interface for JobDefiniton * @export * @interface IGetJobDefinitonComplete */ export interface IGetJobDefinitonComplete { "job-defintion-count": number; "job-definitions": string[]; }