Property 'debugScriptlets' is missing in type '{ documentBlockingPageUrl: string | undefined; assistantUrl: string; filteringEnabled: true; stealthModeEnabled: true; collectStats: false; allowlistInverted: boolean; allowlistEnabled: true; stealth: { ...; }; }' but required in type '{ allowlistInverted: boolean; allowlistEnabled: boolean; collectStats: boolean; debugScriptlets: boolean; stealthModeEnabled: boolean; filteringEnabled: boolean; assistantUrl: string; stealth: { ...; }; documentBlockingPageUrl?: string | undefined; }'.