Skip to content

Commit

Permalink
Merge pull request #204 from unsplash/add-editorial
Browse files Browse the repository at this point in the history
Add editorial order by value
  • Loading branch information
Magellol committed May 10, 2023
2 parents c6f7bf3 + d5cf483 commit 20ab4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/search/types/request.ts
@@ -1,4 +1,4 @@
export type SearchOrderBy = 'relevant' | 'latest';
export type SearchOrderBy = 'relevant' | 'latest' | 'editorial';

export type ColorId =
| 'white'
Expand Down

0 comments on commit 20ab4c6

Please sign in to comment.