mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
strict compile contrib/backup (#12088)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user