mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
ci: Start typechecking n8n-workflow and n8n-core (no-changelog) (#9925)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
47cd411436
commit
24091dfd9b
@@ -2474,9 +2474,9 @@ export interface FilterOperatorValue {
|
||||
|
||||
export type FilterConditionValue = {
|
||||
id: string;
|
||||
leftValue: NodeParameterValue;
|
||||
leftValue: NodeParameterValue | NodeParameterValue[];
|
||||
operator: FilterOperatorValue;
|
||||
rightValue: NodeParameterValue;
|
||||
rightValue: NodeParameterValue | NodeParameterValue[];
|
||||
};
|
||||
|
||||
export type FilterOptionsValue = {
|
||||
|
||||
Reference in New Issue
Block a user