Skip to content

Commit f5f73cd

Browse files
authored
Merge pull request #276 from boostcampwm-2024/feat/#275-price-type
💩 chore: 타입 추가
2 parents a303636 + 348b10d commit f5f73cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/src/type/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export interface ProgramDetail {
2525
export interface EventDetail {
2626
id: number;
2727
name: string;
28+
price: number;
2829
place: { id: number; name: string };
2930
runningTime: number;
3031
runningDate: string;

0 commit comments

Comments
 (0)