오디션 배역 상세 페이지 추가
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// GetAuditionApplicantListResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 1/6/25.
|
||||
//
|
||||
|
||||
struct GetAuditionApplicantListResponse: Decodable {
|
||||
let totalCount: Int
|
||||
let items: [GetAuditionRoleApplicantItem]
|
||||
}
|
||||
|
||||
struct GetAuditionRoleApplicantItem: Decodable {
|
||||
let applicantId: Int
|
||||
let memberId: Int
|
||||
let nickname: String
|
||||
let profileImageUrl: String
|
||||
let voiceUrl: String
|
||||
let voteCount: Int
|
||||
}
|
||||
Reference in New Issue
Block a user