summaryrefslogtreecommitdiff
path: root/web/source/settings/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/lib')
-rw-r--r--web/source/settings/lib/types/account.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/source/settings/lib/types/account.ts b/web/source/settings/lib/types/account.ts
index 76055ba53..f5238a7d3 100644
--- a/web/source/settings/lib/types/account.ts
+++ b/web/source/settings/lib/types/account.ts
@@ -79,6 +79,8 @@ export interface AccountSource {
privacy: string;
sensitive: boolean;
status_content_type: string;
+ web_visibility: string;
+ web_layout: string;
}
export interface SearchAccountParams {