idfm-api/types/fareZone.go

6 lines
67 B
Go

package types
type FareZone struct {
Name string `json:"name"`
}