UNPKG

@traien/n8n-nodes-espocrm

Version:
5 lines (4 loc) 293 B
import { IDataObject } from 'n8n-workflow'; export declare function processAddressFields(prefix: string, addressData: IDataObject): IDataObject; export declare function toEspoDateTime(value?: string): string | undefined; export declare function toEspoDate(value?: string): string | undefined;