UNPKG

pegasys-orchestrate

Version:

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

8 lines (7 loc) 145 B
export declare enum Priority { VeryLow = "very-low", Low = "low", Medium = "medium", High = "high", VeryHigh = "very-high" }