mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 13:14:07 -08:00
optional __meta
This commit is contained in:
parent
479d8fcada
commit
da6f585969
|
@ -36,7 +36,7 @@ declare module 'jsplumb' {
|
|||
}
|
||||
|
||||
interface Connection {
|
||||
__meta: {
|
||||
__meta?: {
|
||||
sourceNodeName: string,
|
||||
sourceOutputIndex: number,
|
||||
targetNodeName: string,
|
||||
|
|
Loading…
Reference in a new issue