Kizuki
    Preparing search index...

    Interface Extracted

    Everything read out of one file.

    interface Extracted {
        passages: ExtractedPassage[];
        sections: ExtractedSection[];
    }
    Index
    passages: ExtractedPassage[]

    The passages, in the order they are read from the file.

    sections: ExtractedSection[]

    The headings, in the order they appear in the file.