UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

14 lines (13 loc) 236 B
/** * Interface for restart job API * @export * @interface IRestartParms */ export interface IPostParms { "ca7#": string; "usr": string; "depjob": string; "dsn": string; "internal": string; "preq": string; }