feat: start implementing multiple service factories
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
88ed7f5926
commit
11aaaa496a
@@ -46,7 +46,11 @@ export type SearchIndexServiceInitOptions = {
|
||||
};
|
||||
|
||||
// @alpha
|
||||
export const searchIndexServiceRef: ServiceRef<SearchIndexService, 'plugin'>;
|
||||
export const searchIndexServiceRef: ServiceRef<
|
||||
SearchIndexService,
|
||||
'plugin',
|
||||
true
|
||||
>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user