feat(Execute Workflow Node): Remove ignoreTypeMismatch option (no-changelog) (#12482)

This commit is contained in:
Charlie Kolb
2025-01-07 15:57:03 +01:00
committed by GitHub
parent 30f9c033db
commit c03fe0af38
5 changed files with 1 additions and 27 deletions

View File

@@ -2710,7 +2710,6 @@ export type ResourceMapperValue = {
value: { [key: string]: string | number | boolean | null } | null;
matchingColumns: string[];
schema: ResourceMapperField[];
ignoreTypeMismatchErrors: boolean;
attemptToConvertTypes: boolean;
convertFieldsToString: boolean;
};