export interface IEmailPreferences { successfulPayments: boolean; payouts: boolean; freeCollections: boolean; customerPaymentDispute: boolean; refundAlert: boolean; invoicePayments: boolean; webhookAPIEndpoints: boolean; }