mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -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?: {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue