export interface CustomerSummary { id: string; name: string; email: string; }