콘텐츠 상세

- 이전화/다음화 버튼 추가
This commit is contained in:
Yu Sung
2025-04-01 22:30:26 +09:00
parent 592b014941
commit b898d225fd
3 changed files with 123 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ struct GetAudioContentDetailResponse: Decodable {
let isPin: Bool
let isAvailablePin: Bool
let creator: AudioContentCreator
let previousContent: OtherContentResponse?
let nextContent: OtherContentResponse?
}
enum OrderType: String, Codable {