export interface HierarchyInfo { key: string; name: string; type: string; searchKey: string; hierarchy: number; isContainer: boolean; hasPrePost: boolean; }