@omnia/workplace 7.10.0-preview.10 → 7.10.0-preview.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,7 @@ export interface CategorySearchResult {
|
|
16
16
|
}
|
17
17
|
export interface SemanticSearchCategorySearchResult extends CategorySearchResult {
|
18
18
|
semanticSearchResult: SemanticSearchResult;
|
19
|
+
error?: string;
|
19
20
|
}
|
20
21
|
export interface SemanticSearchResultItem extends SearchResultItem {
|
21
22
|
reference: SemanticSearchReference;
|