Be sure to export the IndexableDocument type.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-02-12 17:54:04 +01:00
parent 7f4d402226
commit a93d7b7f57
@@ -19,3 +19,5 @@ import { Registry } from './registry';
const registry = Registry.getInstance();
export const registerCollator = registry.addCollator;
export const registerDecorator = registry.addDecorator;
export type { IndexableDocument } from './types';