We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a303636 + 348b10d commit f5f73cdCopy full SHA for f5f73cd
front/src/type/index.ts
@@ -25,6 +25,7 @@ export interface ProgramDetail {
25
export interface EventDetail {
26
id: number;
27
name: string;
28
+ price: number;
29
place: { id: number; name: string };
30
runningTime: number;
31
runningDate: string;
0 commit comments