import { Node } from 'cc'; interface zhuzhanxinxi extends Node{ nodesType:{ "pop_04" : zhuzhanxinxi_pop_04, "ty_pop1" : zhuzhanxinxi_pop_04_ty_pop1, "tittle" : zhuzhanxinxi_pop_04_ty_pop1_tittle, "btn_guanbi" : zhuzhanxinxi_pop_04_btn_guanbi, "list" : zhuzhanxinxi_pop_04_list, "ty_bt" : zhuzhanxinxi_pop_04_list_ty_bt, "sxsx_txt" : zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt, "txt" : zhuzhanxinxi_pop_04_list_txt, "ScrollView" : zhuzhanxinxi_pop_04_ScrollView, "view" : zhuzhanxinxi_pop_04_ScrollView_view, "content" : zhuzhanxinxi_pop_04_ScrollView_view_content, } } interface zhuzhanxinxi_pop_04 extends Node{ nodesType:{ "ty_pop1" : zhuzhanxinxi_pop_04_ty_pop1, "tittle" : zhuzhanxinxi_pop_04_ty_pop1_tittle, "btn_guanbi" : zhuzhanxinxi_pop_04_btn_guanbi, "list" : zhuzhanxinxi_pop_04_list, "ty_bt" : zhuzhanxinxi_pop_04_list_ty_bt, "sxsx_txt" : zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt, "txt" : zhuzhanxinxi_pop_04_list_txt, "ScrollView" : zhuzhanxinxi_pop_04_ScrollView, "view" : zhuzhanxinxi_pop_04_ScrollView_view, "content" : zhuzhanxinxi_pop_04_ScrollView_view_content, } } interface zhuzhanxinxi_pop_04_ty_pop1 extends Node{ nodesType:{ "tittle" : zhuzhanxinxi_pop_04_ty_pop1_tittle, } } interface zhuzhanxinxi_pop_04_ty_pop1_tittle extends Node{ } interface zhuzhanxinxi_pop_04_btn_guanbi extends Node{ } interface zhuzhanxinxi_pop_04_list extends Node{ nodesType:{ "ty_bt" : zhuzhanxinxi_pop_04_list_ty_bt, "sxsx_txt" : zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt, "txt" : zhuzhanxinxi_pop_04_list_txt, } } interface zhuzhanxinxi_pop_04_list_ty_bt extends Node{ nodesType:{ "sxsx_txt" : zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt, } } interface zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt extends Node{ } interface zhuzhanxinxi_pop_04_list_txt extends Node{ } interface zhuzhanxinxi_pop_04_ScrollView extends Node{ nodesType:{ "view" : zhuzhanxinxi_pop_04_ScrollView_view, "content" : zhuzhanxinxi_pop_04_ScrollView_view_content, } } interface zhuzhanxinxi_pop_04_ScrollView_view extends Node{ nodesType:{ "content" : zhuzhanxinxi_pop_04_ScrollView_view_content, } } interface zhuzhanxinxi_pop_04_ScrollView_view_content extends Node{ } declare global { type tree_yongbingzhuzhan_zhuzhanxinxi = { "zhuzhanxinxi" : zhuzhanxinxi, "pop_04" : zhuzhanxinxi_pop_04, "ty_pop1" : zhuzhanxinxi_pop_04_ty_pop1, "tittle" : zhuzhanxinxi_pop_04_ty_pop1_tittle, "btn_guanbi" : zhuzhanxinxi_pop_04_btn_guanbi, "list" : zhuzhanxinxi_pop_04_list, "ty_bt" : zhuzhanxinxi_pop_04_list_ty_bt, "sxsx_txt" : zhuzhanxinxi_pop_04_list_ty_bt_sxsx_txt, "txt" : zhuzhanxinxi_pop_04_list_txt, "ScrollView" : zhuzhanxinxi_pop_04_ScrollView, "view" : zhuzhanxinxi_pop_04_ScrollView_view, "content" : zhuzhanxinxi_pop_04_ScrollView_view_content, }}