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