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
@@ -65,7 +65,11 @@ export interface NotificationService {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const notificationService: ServiceRef<NotificationService, 'plugin'>;
|
||||
export const notificationService: ServiceRef<
|
||||
NotificationService,
|
||||
'plugin',
|
||||
true
|
||||
>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type NotificationServiceOptions = {
|
||||
|
||||
Reference in New Issue
Block a user