diff --git a/azure-sb/azure-sb.d.ts b/azure-sb/azure-sb.d.ts index 3e9fdc974..afa4074a9 100644 --- a/azure-sb/azure-sb.d.ts +++ b/azure-sb/azure-sb.d.ts @@ -1,3 +1,8 @@ +// Type definitions for azure-sb +// Project: https://github.com/Azure/azure-sdk-for-node/tree/master/lib/services/serviceBus +// Definitions by: Microsoft Azure +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + declare module Azure.ServiceBus { interface Callback { (error: any, response: any): void;