This commit is contained in:
Timothy Jaeryang Baek
2026-09-14 17:18:34 -04:00
parent cc5479d16d
commit 9a93b44495
+1 -1
View File
@@ -247,7 +247,7 @@ type Settings = {
autoTags?: boolean;
autoFollowUps?: boolean;
splitLargeChunks?(body: any, splitLargeChunks: any): unknown;
backgroundImageUrl?: null;
backgroundImageUrl?: string | null;
landingPageMode?: string;
iframeSandboxAllowScripts?: boolean;
iframeSandboxAllowForms?: boolean;