Skip to content

Commit

Permalink
[CHORE] 인터페이스 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hujumee committed Jul 21, 2022
1 parent 126cb64 commit b2867b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/mument/TodayBannerResponseDto.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BannerSelectionInfo } from '../home/BannerSelectionInfo';

export interface TodayBannerResponseDto {
todayDate: Date;
todayDate: string;
bannerList: BannerSelectionInfo[];
}

0 comments on commit b2867b4

Please sign in to comment.