UNPKG

mobx-state-tree-entity

Version:
7 lines (6 loc) 106 B
export declare enum Status { PENDING = 0, IN_PROGRESS = 1, SUCCESS = 2, ERROR = 3 }