Merge pull request #143 from L3v3L/hour-sort-types

Add Hour Sort types
This commit is contained in:
SleeplessOne1917 2023-06-20 22:06:17 +00:00 committed by GitHub
commit 964f31744a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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