package openstates type VoteType string const ( VotePassage = "passage" VoteAmendment = "amendment" VoteReading1 = "reading:1" VoteReading2 = "reading:2" VoteOther = "other" )