export interface IPrivacySetting {
    orderNotifications: boolean;
    pushNotificationsPromo: boolean;
    emailNotificationsPromo: boolean;
    whatsAppNotificationsPromo: boolean;
    smsNotificationsPromo: boolean;
    acceptPrivayAndPolicyTerm: boolean;
    acceptPrivayAndPolicyTermAt: Date;
}
