Skip to content

Commit 0b576c8

Browse files
Fixed wrong exports for certain requests types in network package (#887)
1 parent 8dbfbe2 commit 0b576c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/network/src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
type GetAllInspectionsCountResponse,
1212
type UpdateAdditionalDataOptions,
1313
type GetAllInspectionsResponse,
14+
type GetAllInspectionsOptions,
1415
} from './inspection';
1516
export {
1617
type AddImageResponse,
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
export * from './requests';
2+
export {
3+
type PaginationRequestParams,
4+
type SortRequestParams,
5+
type GetAllInspectionsOptions,
6+
} from './mappers';

0 commit comments

Comments
 (0)