chore(TALE-29): remove acl from integration/context
This commit is contained in:
parent
a72a3d6e5f
commit
690b52d8c6
8 changed files with 1 additions and 62 deletions
|
|
@ -3,7 +3,6 @@ export interface IntegrationFactory<T = any> {
|
|||
name: string
|
||||
context: T
|
||||
isAvailable: (context: T) => Promise<boolean> | boolean
|
||||
onAclChange?: (context: T) => Promise<void> | void
|
||||
onConfigChange?: (context: T) => Promise<void> | void
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue