Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

달성 기록에 대해 이모지 통계를 조회할 수 있는 API를 작성한다. #538

Merged
merged 10 commits into from
Dec 9, 2023
Next Next commit
[BE] feat: IGroupAchievementEmojiMetadata 업데이트
  • Loading branch information
Dltmd202 committed Dec 8, 2023
commit 1963e48eed1067d98a03820610f27f7a968a8b98
2 changes: 2 additions & 0 deletions BE/src/group/emoji/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export interface IGroupAchievementEmojiMetadata {
id: string;
count: string;
isSelected: number | string;
}