convert TS
This commit is contained in:
@@ -15,6 +15,7 @@ export interface User {
|
||||
email: string;
|
||||
phone: string | null;
|
||||
created_at: string;
|
||||
profile_photo_path?: string | null;
|
||||
tasks: Task[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user