오디션 상세 페이지 추가
This commit is contained in:
		@@ -0,0 +1,21 @@
 | 
			
		||||
//
 | 
			
		||||
//  GetAuditionDetailResponse.swift
 | 
			
		||||
//  SodaLive
 | 
			
		||||
//
 | 
			
		||||
//  Created by klaus on 1/6/25.
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
struct GetAuditionDetailResponse: Decodable {
 | 
			
		||||
    let auditionId: Int
 | 
			
		||||
    let title: String
 | 
			
		||||
    let imageUrl: String
 | 
			
		||||
    let information: String
 | 
			
		||||
    let roleList: [GetAuditionRoleListData]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct GetAuditionRoleListData: Decodable {
 | 
			
		||||
    let roleId: Int
 | 
			
		||||
    let name: String
 | 
			
		||||
    let imageUrl: String
 | 
			
		||||
    let isComplete: Bool
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user