Skip to content

Commit

Permalink
[ADD] 배너 리스폰스 dto 생성 #49
Browse files Browse the repository at this point in the history
  • Loading branch information
hujumee committed Jul 21, 2022
1 parent 6fce757 commit d48275a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/interfaces/mument/TodayBannerResponseDto.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { BannerSelectionInfo } from '../home/BannerSelectionInfo';

export interface TodayBannerReponseDto {
bannerList: BannerSelectionInfo[];
};

0 comments on commit d48275a

Please sign in to comment.