interface DamageEvent {
    description: string;
    hours: number;
    type: number;
}

Properties

description: string
hours: number
type: number