heal.ts 95 B

12345
  1. export interface Heal {
  2. diceNumber: string;
  3. diceType: string;
  4. additionalHeal?: number;
  5. }