use correct typing for Raven.Plugins

This commit is contained in:
Wilgert Velinga
2016-03-04 11:17:15 +01:00
parent 1144498734
commit 818654eb24

View File

@@ -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