aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts')
-rw-r--r--src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts b/src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts
new file mode 100644
index 0000000..44f8f14
--- /dev/null
+++ b/src/external/stellar-freighter-api/@shared/constants/applicationState.d.ts
@@ -0,0 +1,8 @@
+export declare enum APPLICATION_STATE {
+ APPLICATION_LOADING = "APPLICATION_LOADING",
+ APPLICATION_ERROR = "APPLICATION_ERROR",
+ APPLICATION_STARTED = "APPLICATION_STARTED",
+ PASSWORD_CREATED = "PASSWORD_CREATED",
+ MNEMONIC_PHRASE_CONFIRMED = "MNEMONIC_PHRASE_CONFIRMED",
+ MNEMONIC_PHRASE_FAILED = "MNEMONIC_PHRASE_FAILED"
+}