Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-10-05 09:09:59 +07:00
committed by GitHub
parent ac4bd685a1
commit 3ca2fcce44
114 changed files with 339 additions and 301 deletions
+1
View File
@@ -47,6 +47,7 @@ export interface Integration extends Doc {
type: Ref<IntegrationType>
disabled: boolean
value: string
error?: IntlString | null
shared?: Ref<Account>[]
}