mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-09 20:12:14 +10:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export enum AppStatus {
|
|
NotConfigured = "NotConfigured",
|
|
SignedOut = "SignedOut",
|
|
SignedIn = "SignedIn",
|
|
SignedInNeedsReauth = "SignedInNeedsReauth",
|
|
} |