Convert RGPDPage to Typescript
This commit is contained in:
@@ -9,6 +9,7 @@ export default interface User {
|
||||
phone: string | null;
|
||||
created_at: string;
|
||||
isAdmin: boolean;
|
||||
validate: number;
|
||||
tasks: TaskType[];
|
||||
profile_photo_path?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user