Type Alias CommentReply

CommentReply: {
    comment_id: CommentId;
    id: CommentReplyId;
    published: string;
    read: boolean;
    recipient_id: PersonId;
}

A comment reply.

Type declaration