Release 0.1.1 #13

Merged
niggl merged 29 commits from dev into main 2021-03-31 17:49:06 +00:00
Showing only changes of commit 015b25a205 - Show all commits

View File

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