summaryrefslogtreecommitdiffstats
path: root/src/types/ExploreSite.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/ExploreSite.ts')
-rw-r--r--src/types/ExploreSite.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/types/ExploreSite.ts b/src/types/ExploreSite.ts
new file mode 100644
index 000000000..5132c8c11
--- /dev/null
+++ b/src/types/ExploreSite.ts
@@ -0,0 +1,8 @@
+export type ExploreSite = {
+ title: string;
+ favicon: string;
+ url: string;
+ feed: string;
+ description: string;
+ votes: number;
+}