Type Alias DonationAlertsPollType

DonationAlertsPollType: "count" | "sum"

The type of a poll, which determines the way the winner is calculated:

  • count: The winner is the option with the most number of donations.
  • sum: The winner is the option with the highest total sum of donations.