Type Alias RemovePost

RemovePost: { post_id: PostId; reason?: string; removed: boolean }

Remove a post (only doable by mods).

Type declaration

  • post_id: PostId
  • Optionalreason?: string
  • removed: boolean