Add time field to FrequencyMetadata struct

This commit is contained in:
Mo Tarbin 2024-07-07 19:53:08 -04:00
parent 970cf40745
commit e862a281d9
2 changed files with 13 additions and 0 deletions

View file

@ -47,6 +47,7 @@ type FrequencyMetadata struct {
Days []*string `json:"days,omitempty"`
Months []*string `json:"months,omitempty"`
Unit *string `json:"unit,omitempty"`
Time string `json:"time,omitempty"`
}
type NotificationMetadata struct {