We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ae88a + a23b7f6 commit 084f6c3Copy full SHA for 084f6c3
src/types/NewsroomTheme.ts
@@ -14,6 +14,7 @@ export interface NewsroomTheme {
14
preview_image: UploadedImage | null;
15
demo_url: string | null;
16
status: NewsroomTheme.Status;
17
+ content_width: number | null;
18
}
19
20
export type NewroomThemeRef = Pick<NewsroomTheme, 'id' | 'codename' | 'name'>;
0 commit comments