Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Add new order params
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Mar 17, 2021
1 parent 5be55d0 commit bc40e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export enum OrderBy {
LATEST = 'latest',
POPULAR = 'popular',
VIEWS = 'views',
DOWNLOADS = 'downloads',
OLDEST = 'oldest',
}
export type Orientation = 'landscape' | 'portrait' | 'squarish';
Expand Down

0 comments on commit bc40e60

Please sign in to comment.