feat(chat-room): 채팅방에 필요한 기본적인 파일 추가
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
// Created by klaus on 9/2/25.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
struct ChatQuotaStatusResponse: Decodable {
|
||||
let totalRemaining: Int
|
||||
let nextRechargeAtEpoch: Int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user