mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
amqplib -- add missed property to AssertQueue interface
This commit is contained in:
Vendored
+1
@@ -38,6 +38,7 @@ declare module "amqplib/properties" {
|
||||
messageTtl?: number;
|
||||
expires?: number;
|
||||
deadLetterExchange?: string;
|
||||
deadLetterRoutingKey?: string;
|
||||
maxLength?: number;
|
||||
}
|
||||
interface DeleteQueue {
|
||||
|
||||
Reference in New Issue
Block a user