mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added header
This commit is contained in:
Vendored
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user