Luka 1 mēnesi atpakaļ
vecāks
revīzija
b3258702f0
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;