idfm-api/types/activePeriod.go

7 lines
100 B
Go
Raw Normal View History

2023-07-14 10:23:33 +00:00
package types
type ActivePeriod struct {
Begin string `json:"begin"`
End string `json:"end"`
}