Type alias PollOption

PollOption: {
    title: string;
    votes_count: number | null;
}

Type declaration

  • title: string
  • votes_count: number | null

Generated using TypeDoc