From 9ce2ea8991020d1f10a049f1e9c9e111e996f02d Mon Sep 17 00:00:00 2001 From: Dale Anderson Date: Thu, 14 Jan 2016 11:40:11 -0800 Subject: [PATCH] Added header --- azure-sb/azure-sb.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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;