Documentation
    Preparing search index...

    Interface JournalSection

    interface JournalSection {
        body_text?: string | null;
        creature_display?: CreatureDisplay;
        id: number;
        sections?: JournalSection[];
        spell?: KeyBase & { id: number; name?: string };
        title?: string | null;
    }
    Index
    body_text?: string | null
    creature_display?: CreatureDisplay
    id: number
    sections?: JournalSection[]
    spell?: KeyBase & { id: number; name?: string }
    title?: string | null