export interface ToCEntry { id: string; label: string; subEntries: ToCEntry[]; }