type Preferences = {
    preferred_language_code: string;
    enable_facebook_account: string;
    enable_promotion_notification: string;
    enable_email_notification: string;
    enable_sms_notification: string;
    enable_push_notification: string;
    enable_device_authentication: string;
    time_zone: string;
    time_zone_name: string;
    is_agent: string;
    is_reseller: string;
    is_seller: string;
};
export type { Preferences };
