Improvements to Amqp Node

This commit is contained in:
Jan Oberhauser
2020-10-28 23:30:30 +01:00
parent 6f92ecb128
commit 708b0c8b26
3 changed files with 27 additions and 28 deletions

View File

@@ -41,6 +41,7 @@ export class Amqp implements ICredentialType {
name: 'transportType',
type: 'string' as NodePropertyTypes,
default: '',
description: 'Optional Transport Type to use.',
},
];
}