Add sort option
This commit is contained in:
parent
91f974be9d
commit
c26d56c149
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
export default interface ICliOptions {
|
||||
subreddit: string,
|
||||
sort: string,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue