import { ISpell } from "../../../interfaces/i-spell"; export interface ISpellSearchState { spells: ISpell[]; name: string; }