From db9a0cf0ff42cc9ce98d0a0b2b91aef1cdee104a Mon Sep 17 00:00:00 2001 From: Francis Gyimah Date: Tue, 22 Jul 2025 12:08:36 +0000 Subject: [PATCH] Added `is_auto_created` flag to NewsroomRef --- src/types/Newsroom.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/Newsroom.ts b/src/types/Newsroom.ts index 79347ad6..39b10fbf 100644 --- a/src/types/Newsroom.ts +++ b/src/types/Newsroom.ts @@ -73,6 +73,7 @@ export interface NewsroomRef { widget_settings: string; }; active_theme?: NewroomThemeRef | null; + is_auto_created: boolean; } export interface Newsroom extends NewsroomRef {