Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package selection
|
||||
|
||||
type CalendarEventType string
|
||||
|
||||
const (
|
||||
AllEvents CalendarEventType = "all"
|
||||
)
|
||||
Reference in New Issue
Block a user