fixup api report

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-03-06 15:47:45 +01:00
committed by Camila Belo
parent 1469daa409
commit 6422b85d46
@@ -56,7 +56,7 @@ export interface SearchIndexService {
}
// @alpha
export const searchIndexService: ServiceRef<SearchIndexService, 'plugin'>;
export const searchIndexServiceRef: ServiceRef<SearchIndexService, 'plugin'>;
// (No @packageDocumentation comment for this package)
```