Home > @xoram/core > NotificationsFromService
NotificationsFromService type
Signature:
typescript
export type NotificationsFromService<service> = service extends Service<infer notification> ? notification : never;1
References: Service