UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

10 lines (9 loc) 151 B
/** * Interface for restart job API * @export * @interface IRestartParms */ export interface IVerifyParms { "ca7#": string; set: string; }