UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

7 lines (6 loc) 126 B
export declare enum EFetchingStatus { NONE = "none", ERROR = "error", DONE = "done", IN_PROGRESS = "inProg" }