export type RawDbFactRow = { id: string; version: string; timestamp: Date | string; entity: string; facts: string; };