declare const data: { code: string; name: string; children: { code: string; name: string; children: { code: string; name: string; }[]; }[]; }[];