Luka před 1 měsícem
rodič
revize
b3258702f0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;