๐Ÿ“ฆ sleepyfran / duets

๐Ÿ“„ CalendarEvent.Types.fs ยท 10 lines
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