We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 382014f + db9a0cf commit 1602293Copy full SHA for 1602293
src/types/Newsroom.ts
@@ -73,6 +73,7 @@ export interface NewsroomRef {
73
widget_settings: string;
74
};
75
active_theme?: NewroomThemeRef | null;
76
+ is_auto_created: boolean;
77
}
78
79
export interface Newsroom extends NewsroomRef {
0 commit comments