UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 190 B
export type AmqpCredential = { hostname: string; port: number; username?: string; password?: string; transportType?: 'tcp' | 'tls'; }; //# sourceMappingURL=types.d.ts.map