export type ReconciliationEntity = { id: string; version: number; lastUpdatedAt: string; deleted?: boolean; };