UNPKG

pegasys-orchestrate

Version:

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

6 lines (5 loc) 81 B
export interface ILog { status: string; message: string; at: Date; }