prettier
Signed-off-by: Emma Indal <emma.indahl@gmail.com> Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
committed by
Eric Peterson
parent
b6a633ca31
commit
720fd2f360
@@ -66,5 +66,8 @@ export interface DocumentCollator {
|
||||
* additional metadata.
|
||||
*/
|
||||
export interface DocumentDecorator {
|
||||
execute(type: string, documents: IndexableDocument[]): Promise<IndexableDocument[]>;
|
||||
execute(
|
||||
type: string,
|
||||
documents: IndexableDocument[],
|
||||
): Promise<IndexableDocument[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user