jamp3
    Preparing search index...
    interface ChapterToc {
        children: string[];
        deprecated?: boolean;
        id: string;
        ordered: boolean;
        topLevel: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children: string[]
    deprecated?: boolean
    id: string
    ordered: boolean
    topLevel: boolean