mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Google Sheets Node): Option how to combine filters when reading rows (#8652)
This commit is contained in:
@@ -2175,7 +2175,7 @@ export type PropertiesOf<M extends { resource: string; operation: string }> = Ar
|
||||
[key in 'show' | 'hide']?: {
|
||||
resource?: Array<M['resource']>;
|
||||
operation?: Array<M['operation']>;
|
||||
[otherKey: string]: NodeParameterValue[] | undefined;
|
||||
[otherKey: string]: Array<NodeParameterValue | DisplayCondition> | undefined;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user