openstates/contact_detail_node.go

9 lines
110 B
Go
Raw Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type ContactDetailNode struct {
Type string
Value string
Note string
Label string
}