export interface UserDataInterface {
    success: boolean,
    data: {
        [key: string]: any,
        Date: string,
        user_id: number,
        username: string,
        email: string,
        active: number,
        approved: number,
        b_s: string | null,
        reg_date: number,
        tax_reg_number: string,
        legal_fax: string,
        legal_contact_name: string,
        legal_contact_email: string,
        legal_contact_title: string,
        dea_license_num: string,
        legal_address: string,
        legal_city: string,
        legal_zip: string,
        legal_phone: string,
        dea_license_expire: string,
        state_license_num: string,
        state_license_expire: string,
        legal_state: string,
        legal_trade_name: string,
        legal_company_name: string,
        website: string,
        status_340B: number,
        npi_license_num: string | number,
        billing_address_id: number,
        account_status: string,
        supplier_terms: number,
        officer_firstname: string,
        officer_lastname: string,
        officer_position: string,
        officer_phone: string,
        owner_firstname: string,
        owner_lastname: string,
        other_license_num: string,
        owner_position: string,
        owner_phone: string,
        tax_exempt_document: 0,
        officer_email: string,
        owner_email: string,
        purchaser_firstname: string,
        purchaser_lastname: string,
        purchaser_phone: string,
        purchaser_position: string,
        purchaser_email: string,
        accounting_email: string,
        accounting_firstname: string,
        accounting_lastname: string,
        accounting_phone: string,
        accounting_position: string,
        contact_firstname: string,
        contact_lastname: string,
        contact_phone: string,
        contact_email: string,
        contact_position: string,
        dea_medical_license_document: number,
        state_medical_license_document: number,
        credit_application_document: number,
        dea_medical_license_validated_date: string,
        state_medical_license_validated_date: string,
        control_substance_questionnaire_document: number,
        other_license_expire: string,
        resale_application_document: number,
        legal_address_id: number,
        account_classification_id: number,
        authorized_name: string,
        digital_signature: string,
        account_signed_date: string,
        ac_name: string,
        as_name: null | string,
        search_count_exception: number,
        tax_exempt_id: string,
        tax_exempt_expire_date: string,
        legal_city_state_zip: string,
        billing_city_state_zip: string,
        billing_address: string,
        billing_city: string,
        billing_state: string,
        billing_zip: string,
        bk_s: string,
        billing_phone: string,
        billing_fax: string,
        primary_reference_id: number | string | null,
        primary_reference_name: string,
        primary_reference_account_num: string,
        primary_reference_phone: string,
        primary_reference_fax: string,
        primary_reference_contact: string,
        primary_reference_all: string,
        primary_reference_state: string | null,
        secondary_reference_id: number | string | null,
        secondary_reference_name: string,
        secondary_reference_account_num: string,
        secondary_reference_phone: string,
        secondary_reference_fax: string,
        secondary_reference_contact: string,
        secondary_reference_all: string,
        secondary_reference_state: string | null,
        bank_reference_name: string,
        bank_reference_address_all: string,
        bank_reference_street: string,
        bank_reference_city: string,
        bank_reference_state: string | null,
        bank_reference_zip: string,
        bank_reference_account_num: string,
        bank_reference_phone: string,
        bank_reference_fax: string,
        tech_reference_name: string,
        tech_reference_account_num: string,
        tech_reference_phone: string,
        tech_reference_fax: string,
        tech_reference_street: string,
        tech_reference_city: string,
        tech_reference_state: string | null,
        tech_reference_zip: string,
        tech_reference_all: string,
        cs_question_5: string,
        sales_tax_id: null | string | number,
        user_mail_enabled_template_2: number,
        user_mail_enabled_template_23: number,
        user_mail_enabled_template_65: number,
        user_mail_enabled_template_75: number,
        gpo_primary_buying_group_id: number | null | string,
        gpo_secondary_buying_group_id: number | null | string,
        gpo_primary_buying_group: string,
        gpo_secondary_buying_group: string,
        gln_num: string;
        p_i: number | string,
        p_s: string,
        s_i: number | string,
        s_s: string,
        sameAsLegal: boolean | number,
        t_s: string,
        p_name: string,
        s_name: string,
        shipping_address: string,
        shipping_city: string,
        shipping_state: string,
        shipping_zip: string | number,
        buying_group: [],
        resale_application_msg: string,
        state_medical_license_msg: string,
        dea_medical_license_msg: string,
        dea_medical_license_msg_flag: string,
        state_medical_license_msg_flag: string,
        resale_application_msg_flag: string,
        gln_document: number,
        primary_contract_last_upload: string,
        mrktng_fax_opt_in_pref: Number,
        order_issue_contact_method: string,
        order_issue_contact_value: string,
        stripe_account_status: string,
        is_supp_payment_portal_setup_enabled: number | null,
        has_pwd: boolean
    },
}
