Skip to content

Commit db9a0cf

Browse files
committed
Added is_auto_created flag to NewsroomRef
1 parent 382014f commit db9a0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/Newsroom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export interface NewsroomRef {
7373
widget_settings: string;
7474
};
7575
active_theme?: NewroomThemeRef | null;
76+
is_auto_created: boolean;
7677
}
7778

7879
export interface Newsroom extends NewsroomRef {

0 commit comments

Comments
 (0)