Add Hour Sort types
This commit is contained in:
parent
89bd17fa52
commit
27d84695a2
1 changed files with 4 additions and 1 deletions
|
@ -11,4 +11,7 @@ export type SortType =
|
||||||
| "TopYear"
|
| "TopYear"
|
||||||
| "TopAll"
|
| "TopAll"
|
||||||
| "MostComments"
|
| "MostComments"
|
||||||
| "NewComments";
|
| "NewComments"
|
||||||
|
| "TopHour"
|
||||||
|
| "TopSixHour"
|
||||||
|
| "TopTwelveHour";
|
Loading…
Reference in a new issue