go-types/pkg/upstreamApi/pis.go

8 lines
155 B
Go

package upstreamApi
type PIS struct {
Code string `json:"code"`
Stops []string `json:"stops"`
Operator string `json:"operator,omitempty"`
}