mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/setting",
|
||||
"version": "0.6.9",
|
||||
"version": "0.6.10",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
|
||||
@@ -47,6 +47,7 @@ export interface Integration extends Doc {
|
||||
type: Ref<IntegrationType>
|
||||
disabled: boolean
|
||||
value: string
|
||||
error?: IntlString | null
|
||||
shared?: Ref<Account>[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user