Skip to content

Commit

Permalink
nit export format
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Feb 15, 2023
1 parent 5dff658 commit 07b7682
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ export { excludeUnusedTypesQuery, REMOVED_TYPES } from './unused_types';
export { TransformSavedObjectDocumentError } from './transform_saved_object_document_error';
export { deterministicallyRegenerateObjectId } from './regenerate_object_id';
export { buildTypesMappings } from './build_types_mappings';
export { createIndexMap } from './build_index_map';
export { createIndexMap, type IndexMap, type CreateIndexMapOptions } from './build_index_map';
export type {
DocumentsTransformFailed,
DocumentsTransformSuccess,
TransformErrorObjects,
} from './migrate_raw_docs';
export type { IndexMap, CreateIndexMapOptions } from './build_index_map';

0 comments on commit 07b7682

Please sign in to comment.