import type ITorrent from "./ITorrent"; export default interface IStateTorrent { results: Array; resultCount: number | null; }