add web_notifications and email_notifications to user interface
This commit is contained in:
@@ -11,5 +11,7 @@ export default interface User {
|
||||
isAdmin: boolean;
|
||||
validate: number;
|
||||
tasks: TaskType[];
|
||||
profile_photo_path?: string | null;
|
||||
profile_photo_path?: string | null,
|
||||
email_notifications: number,
|
||||
web_notifications: number;
|
||||
}
|
||||
Reference in New Issue
Block a user