@ -0,0 +1,6 @@
export interface TocEntry {
title: string;
href: string;
expanded: boolean;
children: Array<TocEntry> | null;
}