Interface AdminPurgeCommentView

interface AdminPurgeCommentView {
    admin?: Person;
    admin_purge_comment: AdminPurgeComment;
    post: Post;
}

Properties

admin?: Person
admin_purge_comment: AdminPurgeComment
post: Post