lemmy-js-client
    Preparing search index...

    Type Alias VoteView

    A vote view for checking a post or comments votes.

    type VoteView = {
        creator: Person;
        creator_banned: boolean;
        creator_banned_from_community: boolean;
        score: number;
    }
    Index

    Properties

    creator: Person
    creator_banned: boolean
    creator_banned_from_community: boolean
    score: number