import { ApAgingReport, ArAgingReport } from '@zeniai/client-epic-state'; export type AgingReport = ApAgingReport | ArAgingReport;