export interface ICustomer { apple_id: string; apple_meta: any; createdAt?: Date; default_payment_option: string; email: string; facebook_id: string; facebook_meta: any; google_id: string; google_meta: any; id: string; idp_id: string; name: string; payment_options: { [key: string]: string; }; phone_number: string; sub: string; updatedAt?: Date; }