mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore(core): Mark item.index as deprecated (#12494)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user