Luka пре 1 месец
родитељ
комит
b3258702f0
1 измењених фајлова са 1 додато и 0 уклоњено
  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;