File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -336,16 +336,16 @@ export enum strings {
336
336
}
337
337
338
338
interface Report {
339
- logDebug ( log : string ) ;
340
- logVerbose ( log : string ) ;
341
- logWarn ( log : string ) ;
342
- logError ( log : string ) ;
343
- logInfo ( log : string ) ;
344
- appendTag ( tag : string ) ;
345
- appendConsoleLog ( consoleLog : string ) ;
346
- setUserAttribute ( key : string , value : string ) ;
347
- addFileAttachmentWithUrl ( url : string , filename : string ) ;
348
- addFileAttachmentWithData ( data : string , filename : string ) ;
339
+ logDebug ( log : string ) : void ;
340
+ logVerbose ( log : string ) : void ;
341
+ logWarn ( log : string ) : void ;
342
+ logError ( log : string ) : void ;
343
+ logInfo ( log : string ) : void ;
344
+ appendTag ( tag : string ) : void ;
345
+ appendConsoleLog ( consoleLog : string ) : void ;
346
+ setUserAttribute ( key : string , value : string ) : void ;
347
+ addFileAttachmentWithUrl ( url : string , filename : string ) : void ;
348
+ addFileAttachmentWithData ( data : string , filename : string ) : void ;
349
349
}
350
350
351
351
interface Survey {
You can’t perform that action at this time.
0 commit comments