Represents import statistics for Kenmei data.
export interface ImportStats { total: number; timestamp: string; statusCounts: Record<string, number>;} Copy
export interface ImportStats { total: number; timestamp: string; statusCounts: Record<string, number>;}
Represents import statistics for Kenmei data.
Source