export type AffectableType = 'area' | 'target'; export type Affectable = { affectableType: AffectableType; };