import { Node } from 'cc'; interface txtattribute extends Node{ nodesType:{ "attrname" : txtattribute_attrname, "attrnum" : txtattribute_attrnum, "attradd" : txtattribute_attradd, } } interface txtattribute_attrname extends Node{ } interface txtattribute_attrnum extends Node{ } interface txtattribute_attradd extends Node{ } declare global { type tree_mingwang_txtattribute = { "txtattribute" : txtattribute, "attrname" : txtattribute_attrname, "attrnum" : txtattribute_attrnum, "attradd" : txtattribute_attradd, }}