UNPKG

@ibm/ibmi-ci

Version:

IBM i CLI tool

8 lines (7 loc) 236 B
import { StepI } from "../step"; export declare class ConnectStep extends StepI { readonly id = "connect"; readonly description = "Connect to the IBM i"; readonly requiredParams: string[]; execute(): Promise<boolean>; }