퀴즈 참여를 위한 DTO

interface QuizJoinDto {
    quizZoneId: string;
}

Properties

Properties

quizZoneId: string

참여할 퀴즈 존 ID