import { Node } from 'cc'; interface tianfushengji extends Node{ nodesType:{ "pop_01" : tianfushengji_pop_01, "tips_top" : tianfushengji_pop_01_tips_top, "ty_pop1" : tianfushengji_pop_01_tips_top_ty_pop1, "title" : tianfushengji_pop_01_tips_top_title, "btn_close" : tianfushengji_pop_01_tips_top_btn_close, "icon" : tianfushengji_pop_01_icon, "frame_kong" : tianfushengji_pop_01_icon_frame_kong, "name" : tianfushengji_pop_01_name, "lv" : tianfushengji_pop_01_lv, "RichText" : tianfushengji_pop_01_RichText, "zl_img2" : tianfushengji_pop_01_zl_img2, "txt_sjyl" : tianfushengji_pop_01_zl_img2_txt_sjyl, "RichText1" : tianfushengji_pop_01_RichText1, "txt_tj" : tianfushengji_pop_01_txt_tj, "btn_red" : tianfushengji_pop_01_btn_red, "btntxt" : tianfushengji_pop_01_btn_red_btntxt, "upAni" : tianfushengji_pop_01_upAni, } } interface tianfushengji_pop_01 extends Node{ nodesType:{ "tips_top" : tianfushengji_pop_01_tips_top, "ty_pop1" : tianfushengji_pop_01_tips_top_ty_pop1, "title" : tianfushengji_pop_01_tips_top_title, "btn_close" : tianfushengji_pop_01_tips_top_btn_close, "icon" : tianfushengji_pop_01_icon, "frame_kong" : tianfushengji_pop_01_icon_frame_kong, "name" : tianfushengji_pop_01_name, "lv" : tianfushengji_pop_01_lv, "RichText" : tianfushengji_pop_01_RichText, "zl_img2" : tianfushengji_pop_01_zl_img2, "txt_sjyl" : tianfushengji_pop_01_zl_img2_txt_sjyl, "RichText1" : tianfushengji_pop_01_RichText1, "txt_tj" : tianfushengji_pop_01_txt_tj, "btn_red" : tianfushengji_pop_01_btn_red, "btntxt" : tianfushengji_pop_01_btn_red_btntxt, "upAni" : tianfushengji_pop_01_upAni, } } interface tianfushengji_pop_01_tips_top extends Node{ nodesType:{ "ty_pop1" : tianfushengji_pop_01_tips_top_ty_pop1, "title" : tianfushengji_pop_01_tips_top_title, "btn_close" : tianfushengji_pop_01_tips_top_btn_close, } } interface tianfushengji_pop_01_tips_top_ty_pop1 extends Node{ } interface tianfushengji_pop_01_tips_top_title extends Node{ } interface tianfushengji_pop_01_tips_top_btn_close extends Node{ } interface tianfushengji_pop_01_icon extends Node{ nodesType:{ "frame_kong" : tianfushengji_pop_01_icon_frame_kong, } } interface tianfushengji_pop_01_icon_frame_kong extends Node{ } interface tianfushengji_pop_01_name extends Node{ } interface tianfushengji_pop_01_lv extends Node{ } interface tianfushengji_pop_01_RichText extends Node{ } interface tianfushengji_pop_01_zl_img2 extends Node{ nodesType:{ "txt_sjyl" : tianfushengji_pop_01_zl_img2_txt_sjyl, } } interface tianfushengji_pop_01_zl_img2_txt_sjyl extends Node{ } interface tianfushengji_pop_01_RichText1 extends Node{ } interface tianfushengji_pop_01_txt_tj extends Node{ } interface tianfushengji_pop_01_btn_red extends Node{ nodesType:{ "btntxt" : tianfushengji_pop_01_btn_red_btntxt, } } interface tianfushengji_pop_01_btn_red_btntxt extends Node{ } interface tianfushengji_pop_01_upAni extends Node{ } declare global { type tree_ganbu_tianfushengji = { "tianfushengji" : tianfushengji, "pop_01" : tianfushengji_pop_01, "tips_top" : tianfushengji_pop_01_tips_top, "ty_pop1" : tianfushengji_pop_01_tips_top_ty_pop1, "title" : tianfushengji_pop_01_tips_top_title, "btn_close" : tianfushengji_pop_01_tips_top_btn_close, "icon" : tianfushengji_pop_01_icon, "frame_kong" : tianfushengji_pop_01_icon_frame_kong, "name" : tianfushengji_pop_01_name, "lv" : tianfushengji_pop_01_lv, "RichText" : tianfushengji_pop_01_RichText, "zl_img2" : tianfushengji_pop_01_zl_img2, "txt_sjyl" : tianfushengji_pop_01_zl_img2_txt_sjyl, "RichText1" : tianfushengji_pop_01_RichText1, "txt_tj" : tianfushengji_pop_01_txt_tj, "btn_red" : tianfushengji_pop_01_btn_red, "btntxt" : tianfushengji_pop_01_btn_red_btntxt, "upAni" : tianfushengji_pop_01_upAni, }}