Added privacy policy

This commit is contained in:
Timothy Armes
2024-09-28 16:31:25 +02:00
parent b6c0cb43cc
commit 8893076c4d
15 changed files with 207 additions and 56 deletions
+1
View File
@@ -3,6 +3,7 @@ import { ObjectId } from "mongodb";
export type UserModel = {
email: string;
emailVerified?: Date;
locale: string;
};
export type VerificationModel = {