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

Commit

Permalink
Export plus type
Browse files Browse the repository at this point in the history
  • Loading branch information
Magellol committed May 11, 2023
1 parent 5b7d222 commit 4e3c429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ export const createApi = flow(initMakeRequest, makeRequest => ({
}));

export { Language, ColorId, ContentFilter, SearchOrderBy } from './methods/search/types/request';
export { OrderBy, Orientation } from './types/request';
export { OrderBy, Orientation, Plus } from './types/request';
export { _internals };

0 comments on commit 4e3c429

Please sign in to comment.