Ethan Lane
2b3e65302b
All checks were successful
Test / build (push) Successful in 8s
- Add the limit option - Valid number between 1 and 100 - Defaults to 100 - Updated documentation to mention this #137 Reviewed-on: #203 Reviewed-by: VylpesTester <tester@vylpes.com> Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
5 lines
No EOL
102 B
TypeScript
5 lines
No EOL
102 B
TypeScript
export default interface QueryResult {
|
|
subreddit: string,
|
|
sortBy: string,
|
|
limit: number,
|
|
} |