interface CombatHistoryData {
    combatantId: null | string;
    round: number;
    tokenId: null | string;
    turn: null | number;
}

Properties

combatantId: null | string
round: number
tokenId: null | string
turn: null | number