ExportState

TypeScript
type ExportState = {
  reports: Record<string, ReportDef>;
};