refactor: use string types for service instance occurrences
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
11aaaa496a
commit
7c5f3b0297
@@ -49,7 +49,7 @@ export type SearchIndexServiceInitOptions = {
|
||||
export const searchIndexServiceRef: ServiceRef<
|
||||
SearchIndexService,
|
||||
'plugin',
|
||||
true
|
||||
'singleton'
|
||||
>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
Reference in New Issue
Block a user