Interface Chapter

interface Chapter {
    chapterContent?: null | string;
    chapterNotes?: string;
    chapterSummary?: string;
    chapterTitle?: string;
}

Properties

chapterContent?: null | string
chapterNotes?: string
chapterSummary?: string
chapterTitle?: string

Generated using TypeDoc