export interface listtype{ tablist:{ type:string|number; name:string; minilist:{ icon:string, name:string, router:string }[] }[]; }