Skip to content

Commit

Permalink
feat: make topicSide type to TOPIC_A or TOPIC_B
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 committed Feb 8, 2024
1 parent 09eb280 commit 2762446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/api/topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const CHOICE_OPTIONS = {

interface TopicResponse {
topicId: number;
topicSide: string;
topicSide: 'TOPIC_A' | 'TOPIC_B';
topicTitle: string;
deadline: number | null; // 1702914494
voteCount: number;
Expand Down

0 comments on commit 2762446

Please sign in to comment.