UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

7 lines (6 loc) 344 B
import { AbstractSession } from "@zowe/imperative"; import { IGetPingAgentComplete } from "./doc/response/IGetPingAgentComplete"; import { IGetPingAgentParms } from "./doc/input/IGetPingAgentParms"; export declare class GetPingAgent { static pingAgent(session: AbstractSession, parms: IGetPingAgentParms): Promise<IGetPingAgentComplete>; }