Type Alias DocTree

DocTree: {
    nextMap: Record<string, string | null>;
    prevMap: Record<string, string | null>;
    rootSection: DocTreeSection;
}