/** * Lets you show votes for others only, show all votes, or hide all votes. */ export type VoteShow = "show" | "show_for_others" | "hide";