mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module "amqplib/properties" {
|
||||
module Replies {
|
||||
namespace Replies {
|
||||
interface Empty {
|
||||
}
|
||||
interface AssertQueue {
|
||||
@@ -29,7 +29,7 @@ declare module "amqplib/properties" {
|
||||
}
|
||||
}
|
||||
|
||||
module Options {
|
||||
namespace Options {
|
||||
interface AssertQueue {
|
||||
exclusive?: boolean;
|
||||
durable?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user