Skip to content

Commit 3321888

Browse files
committed
Forgot to export
1 parent 94cba75 commit 3321888

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ import {
134134
TPDITransactionCompatibleCollection,
135135
HLSConstellation,
136136
TPDITransactionParams,
137+
PlanetARPSType,
138+
PlanetARPSId,
137139
} from './dataimport/const';
138140

139141
import { ProcessingPayload } from './layer/processing';
@@ -285,6 +287,8 @@ export {
285287
addAxiosRequestInterceptor,
286288
addAxiosResponseInterceptor,
287289
setTPDIServiceBaseURL,
290+
PlanetARPSType,
291+
PlanetARPSId,
288292
};
289293

290294
export * from './statistics/';

0 commit comments

Comments
 (0)