Type Alias AdminPurgeComment

AdminPurgeComment: {
    admin_person_id: PersonId;
    id: AdminPurgeCommentId;
    post_id: PostId;
    published: string;
    reason?: string;
}

When an admin purges a comment.

Type declaration