lemmy-js-client
    Preparing search index...

    Type Alias CreatePostLike

    Like a post.

    type CreatePostLike = {
        is_upvote?: boolean;
        post_id: PostId;
    }
    Index

    Properties

    Properties

    is_upvote?: boolean

    True means Upvote, False means Downvote, and None means remove vote.

    post_id

    post_id: PostId