sodalive-ios/SodaLive/Sources/Live/Room/Detail/GetRoomDetailResponse.swift

15 lines
233 B
Swift

//
// GetRoomDetailResponse.swift
// SodaLive
//
// Created by klaus on 2023/08/10.
//
import Foundation
struct GetRoomDetailUser: Decodable, Hashable {
let id: Int
let nickname: String
let profileImageUrl: String
}