export interface Customer { id: string; firstName?: string; lastName?: string; email?: string; phone?: string; referenceId?: string; } //# sourceMappingURL=customer.d.ts.map