interface ThingCategoryProps {
description?: string;
iconPath?: string;
label: string;
name: string;
parent?: string;
resourceReadoutRoot?: boolean;
}interface ThingCategoryProps {
description?: string;
iconPath?: string;
label: string;
name: string;
parent?: string;
resourceReadoutRoot?: boolean;
}