import { TreeViewItemId } from "../../../models/index.js"; export interface RichTreeViewLazyLoadedItemsStatus { loading: Record; errors: Record; }