오디션 배역 상세 페이지 추가
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GetAuditionRoleDetailResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 1/6/25.
|
||||
//
|
||||
|
||||
struct GetAuditionRoleDetailResponse: Decodable {
|
||||
let auditionRoleId: Int
|
||||
let name: String
|
||||
let imageUrl: String
|
||||
let information: String
|
||||
let originalWorkUrl: String
|
||||
let auditionScriptUrl: String
|
||||
let isAlreadyApplicant: Bool
|
||||
}
|
||||
Reference in New Issue
Block a user