mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
add strict compile for restore (#12067)
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -1901,7 +1901,7 @@ declare module 'azdata' {
|
||||
|
||||
export interface RestoreInfo {
|
||||
options: { [key: string]: any };
|
||||
taskExecutionMode: TaskExecutionMode;
|
||||
taskExecutionMode?: TaskExecutionMode;
|
||||
}
|
||||
|
||||
export interface RestoreDatabaseFileInfo {
|
||||
@@ -1939,7 +1939,7 @@ declare module 'azdata' {
|
||||
sessionId: string;
|
||||
backupSetsToRestore: DatabaseFileInfo[];
|
||||
canRestore: boolean;
|
||||
errorMessage: string;
|
||||
errorMessage?: string;
|
||||
dbFiles: RestoreDatabaseFileInfo[];
|
||||
databaseNamesFromBackupSets: string[];
|
||||
planDetails: { [key: string]: RestorePlanDetailInfo };
|
||||
|
||||
Reference in New Issue
Block a user