UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

12 lines (11 loc) 255 B
/** * Interface for defining a dependency to a remote CA7 job API * @export * @interface IRmttrkParms */ export interface IRmttrkParms { "job-name": string; "remote-sched": string; status: string; "date-time-status-changed": string; }