Added MailTypes to responses

ref #5
This commit is contained in:
2021-03-05 18:37:51 +01:00
parent 015b25a205
commit 0fa94fc867
3 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
export enum MailTypes {
PASSWORD_RESET = "PASSWORD_RESET",
RUNNER_FORGOT = "RUNNER_FORGOT",
RUNNER_WELCOME = "RUNNER_WELCOME"
RUNNER_WELCOME = "RUNNER_WELCOME",
TEST = "TEST"
}