mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
Add mobile integration id (#2328)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import type { Asset, IntlString, Plugin, Resource } from '@hcengineering/platfor
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import { AnyComponent } from '@hcengineering/ui'
|
||||
import { Writable } from './types'
|
||||
|
||||
import { IntegrationType } from '@hcengineering/setting'
|
||||
export * from './types'
|
||||
|
||||
/**
|
||||
@@ -161,6 +161,9 @@ const notification = plugin(notificationId, {
|
||||
EmailNotification: '' as Ref<NotificationProvider>,
|
||||
NotificationSettings: '' as Ref<Doc>
|
||||
},
|
||||
integrationType: {
|
||||
MobileApp: '' as Ref<IntegrationType>
|
||||
},
|
||||
component: {
|
||||
NotificationsPopup: '' as AnyComponent,
|
||||
NotificationPresenter: '' as AnyComponent,
|
||||
|
||||
Reference in New Issue
Block a user