mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-10 13:04:43 +10:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export enum AppStatus {
|
|
NotConfigured = "NotConfigured",
|
|
SignedOut = "SignedOut",
|
|
SignedIn = "SignedIn",
|
|
SignedInNeedsReauth = "SignedInNeedsReauth",
|
|
} |