Be sure to export the IndexableDocument type.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user