fix: types

This commit is contained in:
Fine 2024-01-30 15:18:17 +08:00
parent 3e1a0a7413
commit 341224a10c

View File

@ -52,6 +52,7 @@ export interface Node {
level?: number;
l?: number;
key?: string;
layer?: string;
}
export interface ServiceHierarchy {