export interface Damage { diceNumber: string; diceType: string; damageType: string; additionalDamage?: string; }