RegionBehavior: {
    dataModels: Record<string, typeof RegionBehaviorType>;
    documentClass: typeof documents.RegionBehavior;
    typeIcons: Record<string, string>;
    typeLabels: Record<string, string>;
} = ...

Configuration for the RegionBehavior embedded document type

Type declaration