Type Alias GetPost

GetPost: { comment_id?: CommentId; id?: PostId }

Get a post. Needs either the post id, or comment_id.

Type declaration