export interface Customer { reference: string; email?: string; firstname?: string; lastname?: string; }