Type Alias PurgePost

PurgePost: { post_id: PostId; reason?: string }

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

Type declaration

  • post_id: PostId
  • Optionalreason?: string