UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

15 lines (14 loc) 308 B
/** * Interface for Delete Requirement Predecessor API * @export * @interface IDeleteReqPredecessorParms */ export interface IDeleteReqPredecessorParms { job: string; schid: string; predtype: string; nextrun: string; predobject: string; leadtime: string; permanent: string; }