import { ICreature } from "../../../interfaces/i-creature"; export interface ICreatureSearchProps { creatures: ICreature[]; }