sodalive-ios/SodaLive/Sources/Live/Room/LiveRoomKickOutRequest.swift

14 lines
196 B
Swift

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