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

5
src/sql/azdata.d.ts vendored
View File

@@ -1879,7 +1879,10 @@ declare module 'azdata' {
export interface BackupConfigInfo {
recoveryModel: string;
defaultBackupFolder: string;
backupEncryptors: {};
backupEncryptors: {
encryptorType: number;
encryptorName: string;
}[];
}
export interface BackupResponse {