export type DamageTarget = 'Any' | 'All' | 'First' | 'Last' | 'Next' | 'Previous';
