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

Configuration for the CombatantGroup embedded document type within a Combat document.

Type declaration