mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Database collection models
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { ObjectId } from "mongodb";
|
||||
|
||||
export type UserModel = {
|
||||
email: string;
|
||||
emailVerified?: Date;
|
||||
};
|
||||
Reference in New Issue
Block a user