UNPKG

allo-monad-ray

Version:

Monad version of Allo v2 SDK

13 lines (12 loc) 548 B
// NOTE: The following types are shared by all strategies, so they are defined // here. Each strategy will also have its own types.ts file. export var Status; (function (Status) { Status[Status["None"] = 0] = "None"; Status[Status["Pending"] = 1] = "Pending"; Status[Status["Accepted"] = 2] = "Accepted"; Status[Status["Rejected"] = 3] = "Rejected"; Status[Status["Appealed"] = 4] = "Appealed"; Status[Status["InReview"] = 5] = "InReview"; Status[Status["Canceled"] = 6] = "Canceled"; })(Status || (Status = {}));