mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Data Table Node): Update ResourceMapper Copy (no-changelog) (#19048)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { DataStoreColumnJsType } from 'n8n-workflow';
|
||||
|
||||
export const ANY_FILTER = 'anyFilter';
|
||||
export const ALL_FILTERS = 'allFilters';
|
||||
export const ANY_CONDITION = 'anyCondition';
|
||||
export const ALL_CONDITIONS = 'allConditions';
|
||||
|
||||
export type FilterType = typeof ANY_FILTER | typeof ALL_FILTERS;
|
||||
export type FilterType = typeof ANY_CONDITION | typeof ALL_CONDITIONS;
|
||||
|
||||
export type FieldEntry =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user