idfm-api/types/activePeriod.go

7 lines
100 B
Go

package types
type ActivePeriod struct {
Begin string `json:"begin"`
End string `json:"end"`
}