Interface journalEncounterSection

interface journalEncounterSection {
    body_text?: string;
    creature_display?: idkeyStruct;
    id?: number;
    sections?: journalEncounterSection[];
    title?: string;
}

Properties

body_text?: string
creature_display?: idkeyStruct
id?: number
title?: string