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) 124 B
import { Priority } from './Priority'; export interface IAnnotations { oneTimeKey?: boolean; priority?: Priority; }