Documentation
    Preparing search index...

    Interface JournalSectionSearch

    interface JournalSectionSearch {
        body_text?: string | null;
        creature_display?: CreatureDisplay;
        id: number;
        sections?: JournalSectionSearch[];
        spell?: KeyBase & { id: number; name?: string };
        title?: Record<Locales, string>;
    }
    Index
    body_text?: string | null
    creature_display?: CreatureDisplay
    id: number
    spell?: KeyBase & { id: number; name?: string }
    title?: Record<Locales, string>