UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

7 lines (6 loc) 335 B
import { AbstractSession } from "@zowe/imperative"; import { IPostDemandhComplete } from "./doc/response/IPostDemandhComplete"; import { IPostDemandhParms } from "./doc/input/IPostDemandhParms"; export declare class PostDemandh { static demandh(session: AbstractSession, parms: IPostDemandhParms): Promise<IPostDemandhComplete>; }