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:
committed by
Eric Peterson
parent
b614549b3e
commit
8829e8228e
@@ -23,6 +23,7 @@ export interface SearchQuery {
|
||||
}
|
||||
|
||||
export interface SearchResult {
|
||||
type: string;
|
||||
document: IndexableDocument;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user