UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

5 lines (4 loc) 116 B
import { IWorkflowsInfo } from "./IWorkflowsInfo"; export interface IWorkflows { workflows: IWorkflowsInfo[]; }