Type Alias PurgeComment

PurgeComment: { comment_id: CommentId; reason?: string }

Purges a comment from the database. This will delete all content attached to that comment.

Type declaration