feat(creator): 답글 상세 모델을 추가한다
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import Foundation
|
||||
|
||||
enum CreatorChannelReplyDetailContext {
|
||||
case community(
|
||||
creatorId: Int,
|
||||
postId: Int,
|
||||
parentComment: GetCommunityPostCommentListItem
|
||||
)
|
||||
case fanTalk(
|
||||
creatorId: Int,
|
||||
parentFanTalk: CreatorChannelFanTalkItemResponse
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user