mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
chore(TALE-29): remove acl from integration/context
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user