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
+1 -1
View File
@@ -68,7 +68,7 @@ export interface NotificationService {
export const notificationService: ServiceRef<
NotificationService,
'plugin',
true
'singleton'
>;
// @public (undocumented)