refactor: use string types for service instance occurrences

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-07-12 11:22:31 +02:00
committed by Patrik Oldsberg
parent 11aaaa496a
commit 7c5f3b0297
38 changed files with 374 additions and 236 deletions
@@ -49,7 +49,7 @@ export type SearchIndexServiceInitOptions = {
export const searchIndexServiceRef: ServiceRef<
SearchIndexService,
'plugin',
true
'singleton'
>;
// (No @packageDocumentation comment for this package)