summaryrefslogtreecommitdiffstats
path: root/src/types/ExploreSite.ts
blob: 5132c8c113324b4261b6b5880def65770393babd (plain)
1
2
3
4
5
6
7
8
export type ExploreSite = {
	title: string;
	favicon: string;
	url: string;
	feed: string;
	description: string;
	votes: number;
}