UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

7 lines (6 loc) 351 B
import { AbstractSession } from "@zowe/imperative"; import { IPostDemandh_1Complete } from "./doc/response/IPostDemandh_1Complete"; import { IPostDemandh_1Parms } from "./doc/input/IPostDemandh_1Parms"; export declare class PostDemandh_1 { static demandh_1(session: AbstractSession, parms: IPostDemandh_1Parms): Promise<IPostDemandh_1Complete>; }