mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix linting issues on master (no-changelog) (#6186)
This commit is contained in:
committed by
GitHub
parent
13c143eb6d
commit
394c9a2731
@@ -636,12 +636,12 @@ namespace ExecuteFunctions {
|
||||
fallbackValue?: number,
|
||||
options?: IGetNodeParameterOptions,
|
||||
): number;
|
||||
getNodeParameter<T = NodeParameterValueType | object>(
|
||||
getNodeParameter(
|
||||
parameterName: string,
|
||||
itemIndex: number,
|
||||
fallbackValue?: any,
|
||||
options?: IGetNodeParameterOptions,
|
||||
): T;
|
||||
): NodeParameterValueType | object;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user