mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
use correct typing for Raven.Plugins
This commit is contained in:
Vendored
+1
-1
@@ -58,7 +58,7 @@ interface RavenStatic {
|
||||
/** Raven.js version. */
|
||||
VERSION: string;
|
||||
|
||||
Plugins: RavenPlugin[];
|
||||
Plugins: { [id: string]: RavenPlugin };
|
||||
|
||||
/*
|
||||
* Allow Raven to be configured as soon as it is loaded
|
||||
|
||||
Reference in New Issue
Block a user