UNPKG

n8n-nodes-a2a

Version:

n8n community node for A2A (Account to Account) transfers, account management, and Google Agent2Agent protocol communication with advanced features including file upload, custom JSON fields, custom requests, and streaming support

5 lines (4 loc) 157 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class HttpBin implements INodeType { description: INodeTypeDescription; }