Added header

This commit is contained in:
Dale Anderson
2016-01-14 11:40:11 -08:00
parent c78b43e26d
commit 9ce2ea8991
+5
View File
@@ -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 <https://github.com/Azure/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Azure.ServiceBus {
interface Callback {
(error: any, response: any): void;