RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/lib/asyncState/AsyncStatePhase.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum AsyncStatePhase {
    LOADING = 'loading',
    RESOLVED = 'resolved',
    REJECTED = 'rejected',
    UPDATING = 'updating',
}