Files
sodalive-ios/SodaLive/Sources/Chat/Talk/Room/Create/CreateChatRoomResponse.swift
2025-09-02 23:55:46 +09:00

11 lines
159 B
Swift

//
// CreateChatRoomResponse.swift
// SodaLive
//
// Created by klaus on 9/2/25.
//
struct CreateChatRoomResponse: Decodable {
let chatRoomId: Int64
}