added update account functionality

This commit is contained in:
Daniel
2023-05-20 22:55:00 +03:30
parent e3862188de
commit 0ce97f0b64
13 changed files with 345 additions and 61 deletions
+7
View File
@@ -57,3 +57,10 @@ export type SearchSettings = {
tags: boolean;
};
};
export type AccountSettings = {
name: string;
email: string;
collectionProtection: boolean;
whitelistedUsers: string[];
};