9 lines
168 B
Go
9 lines
168 B
Go
package openstates
|
|
|
|
type ContactDetailNode struct {
|
|
Type string `json:"type"`
|
|
Value string `json:"value"`
|
|
Note string `json:"note"`
|
|
Label string `json:"label"`
|
|
}
|