Type Alias SearchResult<T>

SearchResult<T>: {
    component: T;
    entity: Entity;
}

This type represents a search result object

Type Parameters