declare class FdskLeadsBase { _id?: string; fdlds_doc_no?: string; fdlds_created_date_time?: Date; fdlds_display_text?: string; fdlds_first_name?: string; fdlds_middle_name?: string; fdlds_last_name?: string; fdlds_mother_name?: string; fdlds_address?: string; fdlds_phone?: string; fdlds_email?: string; fdlds_schedule_date_time?: Date; } declare class FdskLeads extends FdskLeadsBase { fdlds_entity_id_syen?: string | null; fdlds_config_fdlcm?: string | null; fdlds_counselor_id_user?: string | null; fdlds_owner_id_user?: string | null; fdlds_active_status_id_sygms?: string | null; fdlds_pin_sypin?: string | null; fdlds_city_sypin?: string | null; fdlds_state_sypin?: string | null; fdlds_country_syctr?: string | null; fdlds_priority_id_sygms?: string | null; fdlds_reference_by_id_user?: string | null; } export { FdskLeads, // interface FdskLeadsBase };