mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Account deletion
This commit is contained in:
@@ -4,3 +4,8 @@ export type UserModel = {
|
||||
email: string;
|
||||
emailVerified?: Date;
|
||||
};
|
||||
|
||||
export type VerificationModel = {
|
||||
identifier: string;
|
||||
expires: Date;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user