export interface ICustomerView { emailAddress: string; metadata: { [key: string]: string | null; } | null; mobileNumber: string | null; name: string; }