strict compile contrib/backup (#12088)

This commit is contained in:
Anthony Dresser
2020-09-03 11:50:53 -07:00
committed by GitHub
parent 528fbb14ea
commit b7c2eaa65d
8 changed files with 284 additions and 287 deletions

View File

@@ -26,10 +26,10 @@ export interface IBackupUiService {
/**
* Close backup wizard
*/
closeBackup();
closeBackup(): void;
/**
* After the backup dialog is rendered, run Modal methods to set focusable elements, etc.
*/
onShowBackupDialog();
onShowBackupDialog(): void;
}