Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit dc981e2

Browse files
chore: updated type exports
Signed-off-by: Adithya Krishna <[email protected]>
1 parent df4c37f commit dc981e2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ import {
2121
export {
2222
IndexifyClient,
2323
Extractor,
24+
ExtractionGraph,
25+
TaskStatus,
26+
};
27+
28+
export type {
2429
INamespace,
2530
IEmbeddingSchema,
2631
IExtractorSchema,
@@ -29,11 +34,9 @@ export {
2934
IIndex,
3035
IContentMetadata,
3136
IExtractedMetadata,
32-
ExtractionGraph,
3337
IExtractionPolicy,
3438
ISearchIndexResponse,
3539
ITask,
36-
TaskStatus,
3740
IDocument,
3841
IContent
39-
};
42+
};

0 commit comments

Comments
 (0)