라이브 상세 페이지 추가
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// EditLiveRoomInfoRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct EditLiveRoomInfoRequest: Encodable {
|
||||
let title: String?
|
||||
let notice: String?
|
||||
let numberOfPeople: Int?
|
||||
let beginDateTimeString: String?
|
||||
let timezone: String?
|
||||
}
|
Reference in New Issue
Block a user