export const actionTypes = { damage: { id: "damage", name: "DAGGERHEART.Effects.Types.Health.Name" }, } export const targetTypes = { self: { id: 'self', label: 'Self', }, other: { id: 'other', label: 'Other', }, }