amqplib -- add missed property to AssertQueue interface

This commit is contained in:
mainnika
2016-02-16 03:25:16 +05:00
parent bda9391b49
commit 84134474c2
+1
View File
@@ -38,6 +38,7 @@ declare module "amqplib/properties" {
messageTtl?: number;
expires?: number;
deadLetterExchange?: string;
deadLetterRoutingKey?: string;
maxLength?: number;
}
interface DeleteQueue {