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.

10 lines (9 loc) 223 B
import { IWorkflowsInfo } from "./IWorkflowsInfo"; /** * Interface for z/OSMF API response. * @export * @interface IArchivedWorkflows */ export interface IArchivedWorkflows { archivedWorkflows?: IWorkflowsInfo[]; }