Type Alias VoteView

VoteView: {
    creator: Person;
    creator_banned_from_community: boolean;
    score: number;
}

A vote view for checking a post or comments votes.

Type declaration

  • creator: Person
  • creator_banned_from_community: boolean
  • score: number