Interface ChapterData

Data of chapters.

interface ChapterData {
    body: string | RawMessage;
    iconPath?: string;
    title: string | RawMessage;
}

Properties

Properties

body: string | RawMessage

Body of the Chapter.

iconPath?: string

Icon path of the chapter.

title: string | RawMessage

Title of the chapter.