UNPKG

pegasys-orchestrate

Version:

The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript

7 lines (6 loc) 144 B
import { IJobResponse } from './IJob'; export interface IScheduleResponse { uuid: string; jobs?: IJobResponse[]; createdAt: Date; }