implemented login
This commit is contained in:
6
app/lib/types/User.ts
Normal file
6
app/lib/types/User.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type User = {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
password: string;
|
||||
};
|
||||
Reference in New Issue
Block a user