mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
chore(core): Mark item.index
as deprecated (#12494)
This commit is contained in:
parent
4182095af1
commit
ac497c8a67
|
@ -1184,6 +1184,11 @@ export interface INodeExecutionData {
|
||||||
metadata?: {
|
metadata?: {
|
||||||
subExecution: RelatedExecution;
|
subExecution: RelatedExecution;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated This key was added by accident and should not be used as it
|
||||||
|
* will be removed in future. For more information see PR #12469.
|
||||||
|
*/
|
||||||
index?: number;
|
index?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue