오디션 상세

- 지원리스트에서 유저 프로필을 누르면 채널로 이동
This commit is contained in:
Yu Sung
2025-01-08 16:21:29 +09:00
parent ca7a2d4c72
commit b5b53f95c7
4 changed files with 166 additions and 152 deletions

View File

@@ -19,6 +19,7 @@ struct GetCreatorProfileResponse: Decodable {
let activitySummary: GetCreatorActivitySummary
let seriesList: [SeriesListItem]
let isBlock: Bool
let isCreatorRole: Bool
}
struct CreatorResponse: Decodable {