Type Alias DeletePost

DeletePost: { deleted: boolean; post_id: PostId }

Delete a post.

Type declaration

  • deleted: boolean
  • post_id: PostId