/** * Stores spell coefficient */ export default interface SpellCoefficient { direct: number; periodic: number; }