n8n-nodes-wechat
Version:
This is an n8n-wechat-nodes Library
7 lines (6 loc) • 520 B
TypeScript
import { IExecuteFunctions, IHttpRequestOptions } from 'n8n-workflow';
export declare const obj2xml: (obj: any, options?: Record<string, any>) => string;
export declare const xml2obj: (xml: string, options?: Record<string, any>) => any;
export declare const flattenSameKeyArrays: (obj: any) => any;
export declare const getNodeParameters: (ctx: IExecuteFunctions) => Record<string, any>;
export declare const buildUploadOptions: (ctx: IExecuteFunctions, reqOptions: IHttpRequestOptions) => Promise<IHttpRequestOptions>;