n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 688 B
TypeScript
import { type IDataObject, type NodeApiError } from 'n8n-workflow';
import type { UpdateRecord } from './interfaces';
export declare function removeIgnored(data: IDataObject, ignore: string | string[]): IDataObject;
export declare function findMatches(data: UpdateRecord[], keys: string[], fields: IDataObject, updateAll?: boolean): UpdateRecord[];
export declare function processAirtableError(error: NodeApiError, id?: string, itemIndex?: number): NodeApiError;
export declare const flattenOutput: (record: IDataObject) => {
[x: string]: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
};
//# sourceMappingURL=utils.d.ts.map