import Foundation enum CreatorChannelReplyDetailContext { case community( creatorId: Int, postId: Int, parentComment: GetCommunityPostCommentListItem ) case fanTalk( creatorId: Int, parentFanTalk: CreatorChannelFanTalkItemResponse ) }