import tables import nimhafas type moreJourneysMode* = enum later, earlier CacheObject* = object version*: int reqId*: string minId*: int maxId*: int earlierRef*: string laterRef*: string lastUpdated*: int64 params*: JourneysParams journeys*: Table[string, Journey]