package openstates type EntityType string const ( EntityOrganization = "organization" EntityPerson = "person" )