Skip to content

Commit

Permalink
feat: 입덕 포인트 타입 추가 #303
Browse files Browse the repository at this point in the history
  • Loading branch information
imdaxsz committed Nov 21, 2023
1 parent 1fa7317 commit 0b23a05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/features/reviews/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ declare interface Review {
avgScore: number;
};
}

declare interface AttractionPoint {
drawing: boolean;
story: boolean;
music: boolean;
character: boolean;
voiceActor: boolean;
}

0 comments on commit 0b23a05

Please sign in to comment.