1 2 3 4 5 6 7module Duets.Entities.Relationships /// An empty object with no relationships. let empty = { ByCharacterId = Map.empty ByMeetingCity = Map.empty }
1 2 3 4 5 6 7
module Duets.Entities.Relationships /// An empty object with no relationships. let empty = { ByCharacterId = Map.empty ByMeetingCity = Map.empty }