Variable JournalEntryPageConst
JournalEntryPage: {    dataModels: Record<string, typeof TypeDataModel>;    defaultType: string;    documentClass: typeof documents.JournalEntryPage;    sidebarIcon: string;    typeIcons: Record<string, string>;    typeLabels: Record<string, string>;} = ... Type declaration
dataModels: Record<string, typeof TypeDataModel>
defaultType: string
sidebarIcon: string
typeIcons: Record<string, string>
typeLabels: Record<string, string>
Configuration for the JournalEntryPage embedded document type.