validation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// lineage User
|
||||
export interface User {
|
||||
id: string;
|
||||
email: string | null;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
// lineage User
|
||||
export interface User {
|
||||
id: string;
|
||||
email: string | null;
|
||||
|
||||