lemmy-js-client
    Preparing search index...

    Type Alias CreatePostLike

    Like a post.

    type CreatePostLike = {
        post_id: PostId;
        score: number;
    }
    Index

    Properties

    Properties

    post_id

    post_id: PostId
    score: number

    Score must be -1, 0, or 1.