openstates/entity_types.go

9 lines
122 B
Go
Raw Permalink Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type EntityType string
const (
EntityOrganization = "organization"
EntityPerson = "person"
)