UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

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