diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts index c213977f32..f874055d33 100644 --- a/src/lib/stores/index.ts +++ b/src/lib/stores/index.ts @@ -342,8 +342,10 @@ type Config = { auto_redirect?: boolean; }; ui?: { + default_user_settings?: Record; pending_user_overlay_title?: string; pending_user_overlay_content?: string; + response_watermark?: string; iframe_csp?: string; }; };