Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 4e3c429

Browse files
committed
Export plus type
1 parent 5b7d222 commit 4e3c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ export const createApi = flow(initMakeRequest, makeRequest => ({
4141
}));
4242

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

0 commit comments

Comments
 (0)