UNPKG

@zowe/zos-workflows-for-zowe-sdk

Version:

Zowe SDK to interact with the z/OS workflows APIs

16 lines 341 B
/** * Response to the successfully archived workflow * * @export * @interface IArchivedWorkflow */ export interface IArchivedWorkflow { /** * Workflow key of the archived workflow * * @type {string} * @memberof IArchivedWorkflow */ workflowKey?: string; } //# sourceMappingURL=IArchivedWorkflow.d.ts.map