UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

11 lines (10 loc) 165 B
/** * Interface for prose job API * @export * @interface IGetJobParms */ export interface IGetJobParms { all: string; db: string; jobname: string; }