UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

7 lines (6 loc) 327 B
import { AbstractSession } from "@zowe/imperative"; import { IPostDemandComplete } from "./doc/response/IPostDemandComplete"; import { IPostDemandParms } from "./doc/input/IPostDemandParms"; export declare class PostDemand { static demand(session: AbstractSession, parms: IPostDemandParms): Promise<IPostDemandComplete>; }