export interface Heal { diceNumber: string; diceType: string; additionalHeal?: number; }