BackupType type
Definiuje wartości typu BackupType. Możliwe wartości to: "Database", "TransactionLog", "File", "DifferentialDatabase", "DifferentialFile", "Partial", "DifferentialPartial"
type BackupType =
| "Database"
| "TransactionLog"
| "File"
| "DifferentialDatabase"
| "DifferentialFile"
| "Partial"
| "DifferentialPartial"