Luka 1 mese fa
parent
commit
b3258702f0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/types/global.d.ts

+ 1 - 0
src/types/global.d.ts

@@ -5,6 +5,7 @@ export interface IOptions {
 
 export interface TreeOptions {
 	id: string;
+	strId: string;
 	parentId: string;
 	label: string;
 	weight: number;