mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
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"
|
||||
| "TopAll"
|
||||
| "MostComments"
|
||||
| "NewComments";
|
||||
| "NewComments"
|
||||
| "TopHour"
|
||||
| "TopSixHour"
|
||||
| "TopTwelveHour";
|
Loading…
Reference in a new issue