콘텐츠 댓글 - 수정/삭제 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// ModifyCommentRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/09/08.
|
||||
//
|
||||
|
||||
struct ModifyCommentRequest: Encodable {
|
||||
let commentId: Int
|
||||
var comment: String? = nil
|
||||
var isActive: Bool? = nil
|
||||
}
|
Reference in New Issue
Block a user