wip composable result list

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-21 09:45:54 +02:00
committed by Eric Peterson
parent b614549b3e
commit 8829e8228e
3 changed files with 43 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@ export interface SearchQuery {
}
export interface SearchResult {
type: string;
document: IndexableDocument;
}