mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed module description
Fixed module description
This commit is contained in:
+5
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Alexey Aylarov <https://github.com/aylarov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module VoxImplant {
|
||||
declare namespace VoxImplant {
|
||||
|
||||
/**
|
||||
* VoxImplant.Client general events
|
||||
@@ -1209,3 +1209,7 @@ declare module VoxImplant {
|
||||
function version(): String;
|
||||
|
||||
}
|
||||
|
||||
declare module "voximplant-websdk" {
|
||||
export = VoxImplant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user