1 2 3 4 5 6 7 8 9 10namespace Duets.Entities [<AutoOpen>] module CalendarEventTypes = /// Represents a calendar event. [<RequireQualifiedAccess>] type CalendarEventType = | Flight of Flight | Concert of Concert
1 2 3 4 5 6 7 8 9 10
namespace Duets.Entities [<AutoOpen>] module CalendarEventTypes = /// Represents a calendar event. [<RequireQualifiedAccess>] type CalendarEventType = | Flight of Flight | Concert of Concert