Skip to content

Commit a4deb78

Browse files
committed
chore: API 응답 정의 새로 추가된 필드 추가
1 parent 27c1907 commit a4deb78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/common/src/schemas/backendAPI.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ namespace BackendAPISchemas {
4545
css: string;
4646
title: string;
4747
subtitle: string;
48+
49+
show_top_title_banner: boolean;
50+
show_bottom_sponsor_banner: boolean;
51+
4852
sections: SectionSchema[];
4953
};
5054

0 commit comments

Comments
 (0)