export type CommentReply = { commentId: string content: string replyTo: string postId: string userId: string commentLikesCount: number createdAt: any active: boolean }