Add Hour Sort types

This commit is contained in:
Ivo Barros 2023-06-20 22:24:54 +01:00
parent 89bd17fa52
commit 27d84695a2

View file

@ -11,4 +11,7 @@ export type SortType =
| "TopYear"
| "TopAll"
| "MostComments"
| "NewComments";
| "NewComments"
| "TopHour"
| "TopSixHour"
| "TopTwelveHour";