lemmy-js-client
    Preparing search index...

    Type Alias GetPost

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

    type GetPost = {
        comment_id?: CommentId;
        id?: PostId;
    }
    Index

    Properties

    Properties

    comment_id?: CommentId
    id?: PostId