n8n-nodes-base
Version:
Base nodes of n8n
11 lines • 590 B
TypeScript
import type { IExecuteFunctions, ICredentialsDecrypted, ICredentialTestFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class RabbitMQ implements INodeType {
description: INodeTypeDescription;
methods: {
credentialTest: {
rabbitmqConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise<INodeCredentialTestResult>;
};
};
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=RabbitMQ.node.d.ts.map