콘텐츠 업로드 - 미리 듣기 시간 설정 기능 추가

This commit is contained in:
Yu Sung
2023-09-23 00:08:23 +09:00
parent 225efc34e4
commit d1b5ab31aa
3 changed files with 113 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ struct CreateAudioContentRequest: Encodable {
let themeId: Int
let isAdult: Bool
let isCommentAvailable: Bool
let previewStartTime: String
let previewEndTime: String
}