import { LegendaryEffect } from '../legendary-effect'; export interface DataLegendary { override: (effect: LegendaryEffect) => void; }