mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-01-30 19:15:17 +01:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export enum AppStatus {
|
|
NotConfigured = "NotConfigured",
|
|
SignedOut = "SignedOut",
|
|
SignedIn = "SignedIn",
|
|
SignedInNeedsReauth = "SignedInNeedsReauth",
|
|
} |