Adventure: {
    compendiumBanner: string;
    compendiumIndexFields: string[];
    documentClass: typeof documents.Adventure;
    exporterClass: typeof AdventureExporter;
    sidebarIcon: string;
} = ...

Configuration for the Adventure document.

Type declaration