storj/web/satellite/src/utils/constants/appStateEnum.ts

9 lines
145 B
TypeScript
Raw Normal View History

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
export enum AppState {
LOADING = 1,
LOADED,
ERROR,
}