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