Type alias PostOrCommentId

PostOrCommentId: {
    Post: PostId;
} | {
    Comment: CommentId;
}

Generated using TypeDoc