idfm-api/types/activePeriod.go
2023-07-14 12:23:33 +02:00

7 lines
100 B
Go

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