Skip to content

Commit

Permalink
fix: 타입 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anveloper committed Apr 8, 2024
1 parent 8cec19f commit 55bf846
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/entities/question-detail-page/model/question-detail.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ export interface Comment {
createdAt: string;
likeCount: number;
}
export interface ProfileHeaderProps {
userProfile: {
userName: string;
questionCount: number;
answerCount: number;
};
viewCount: number;
commnetCount: number;
likeCount: number;
}

0 comments on commit 55bf846

Please sign in to comment.