convert TS

This commit is contained in:
p2405951
2026-03-03 11:53:30 +01:00
parent 993ed78f75
commit d9b0e97df8
2 changed files with 101 additions and 85 deletions
+1
View File
@@ -15,6 +15,7 @@ export interface User {
email: string;
phone: string | null;
created_at: string;
profile_photo_path?: string | null;
tasks: Task[];
}