update api report

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Emma Indal
2021-05-24 10:28:30 +02:00
committed by Eric Peterson
parent d42bb71aad
commit 455c828c78
+3 -1
View File
@@ -15,7 +15,7 @@ export interface DocumentCollator {
// @public
export interface DocumentDecorator {
// (undocumented)
execute(documents: IndexableDocument[]): Promise<IndexableDocument[]>;
execute(type: string, documents: IndexableDocument[]): Promise<IndexableDocument[]>;
}
// @public
@@ -41,6 +41,8 @@ export interface SearchQuery {
export interface SearchResult {
// (undocumented)
document: IndexableDocument;
// (undocumented)
type: string;
}
// @public (undocumented)