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