export type BackupType = "Backup" | "Snapshot"; export type EncryptionMode = "None" | "UseDatabaseKey" | "UseProvidedKey";