CreateCommentProps: Omit<CommentProps, "sys" | "status"> & {
    status?: CommentStatus;
}