Skip to content

Commit f9f38bd

Browse files
committed
Export types from query builder
1 parent bd5833c commit f9f38bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export { decryptCursor, rawCursor, RawCursor } from './cursor';
44
export { buildCursorSecret } from './cursor-secret';
55
export type { Order } from './zod-models/order';
66
export { Asc, Desc } from './zod-models/order';
7+
export type * from './query-builder';
78
export * from './errors';

0 commit comments

Comments
 (0)