LWT JavaScript API
    Preparing search index...

    One chapter of a book; id is the text ID it maps to.

    interface BookChapter {
        id: number;
        num: number;
        title: string;
    }
    Index
    id: number
    num: number
    title: string