sodalive-ios/SodaLive/Sources/Live/Cancel/CancelLiveRequest.swift

14 lines
189 B
Swift

//
// CancelLiveRequest.swift
// SodaLive
//
// Created by klaus on 2023/08/14.
//
import Foundation
struct CancelLiveRequest: Encodable {
let roomId: Int
let reason: String
}