add web_notifications and email_notifications to user interface
This commit is contained in:
@@ -11,5 +11,7 @@ export default interface User {
|
|||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
validate: number;
|
validate: number;
|
||||||
tasks: TaskType[];
|
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