Skip to content

Commit 2fd7f27

Browse files
committed
fix: export types from Utils
1 parent 241e9b3 commit 2fd7f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ interface Paginated<T> {
4040
data: T[]
4141
}
4242

43+
export { Query, PaginationOptions, Params, Paginated }
44+
4345
export function stripSlashes(location: string) {
4446
return _trim(location, '/')
4547
}

0 commit comments

Comments
 (0)