Type alias PayloadThingPollSuggestedPlayerAge

PayloadThingPollSuggestedPlayerAge: {
    name: string;
    results: {
        numvotes: string;
        value: string;
    }[];
    title: string;
    totalvotes: string;
}

Type declaration

  • name: string
  • results: {
        numvotes: string;
        value: string;
    }[]
  • title: string
  • totalvotes: string