mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -46,6 +46,11 @@ declare module 'jsplumb' {
|
||||
interface Overlay {
|
||||
setVisible(visible: boolean): void;
|
||||
}
|
||||
|
||||
interface OnConnectionBindInfo {
|
||||
originalSourceEndpoint: Endpoint;
|
||||
originalTargetEndpoint: Endpoint;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user