Added new mailtype enum

ref #5
This commit is contained in:
Nicolai Ort 2021-03-05 18:32:24 +01:00
parent 9807e61fa8
commit 015b25a205
1 changed files with 5 additions and 0 deletions

View File

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