Make CrashReporterStartOptions.extra have only string properties

This commit is contained in:
hinamiyagk
2016-01-23 15:01:48 +09:00
parent 95b13ce5e2
commit 8e0f150890
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1353,7 +1353,7 @@ declare module GitHubElectron {
* Only string properties are send correctly.
* Nested objects are not supported.
*/
extra?: any;
extra?: {[prop: string]: string};
}
interface CrashReporterPayload extends Object {