openstates/contact_detail_node.go

9 lines
110 B
Go

package openstates
type ContactDetailNode struct {
Type string
Value string
Note string
Label string
}