Skip to content

Commit 5b62aa3

Browse files
committed
feat: export query types
1 parent cfd6a99 commit 5b62aa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export {
1010
} from './lib/model'
1111

1212
export {
13-
default as Query
13+
FieldsQuery,
14+
FilterQuery,
15+
IncludeQuery,
16+
default as Query,
17+
SortQuery
1418
} from './lib/query'
1519

1620
export {

0 commit comments

Comments
 (0)