Variable CombatantGroupConst
CombatantGroup: {    dataModels: Record<string, typeof TypeDataModel>;    documentClass: typeof documents.CombatantGroup;    typeIcons: Record<string, string>;    typeLabels: Record<string, string>;} = ... Type declaration
dataModels: Record<string, typeof TypeDataModel>
typeIcons: Record<string, string>
typeLabels: Record<string, string>
Configuration for the CombatantGroup embedded document type within a Combat document.