mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 20:05:39 +00:00
Convert store to typescript w/ matching interfaces
This commit is contained in:
6
src/interfaces/IStateTorrent.ts
Normal file
6
src/interfaces/IStateTorrent.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type ITorrent from "./ITorrent";
|
||||
|
||||
export default interface IStateTorrent {
|
||||
results: Array<ITorrent>;
|
||||
resultCount: number | null;
|
||||
}
|
||||
Reference in New Issue
Block a user