diff options
Diffstat (limited to 'code/app/src/configuration')
| -rw-r--r-- | code/app/src/configuration/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/code/app/src/configuration/index.ts b/code/app/src/configuration/index.ts index 8e4334f..f4fb87b 100644 --- a/code/app/src/configuration/index.ts +++ b/code/app/src/configuration/index.ts @@ -57,4 +57,6 @@ export const StorageKeys = { entries: "entries", stopwatch: "stopwatchState", logLevel: "logLevel", -};
\ No newline at end of file +}; + +export type PortalMessage = "emailValidated";
\ No newline at end of file |
