UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

10 lines (9 loc) 150 B
/** * Interface for release job API * @export * @interface IReleaseParms */ export interface IReleaseParms { "ca7#": string; q: string; }