RestorePoint type
Puntos de restauración de base de datos.
type RestorePoint = ProxyResource & {
earliestRestoreDate?: Date
location?: string
restorePointCreationDate?: Date
restorePointLabel?: string
restorePointType?: RestorePointType
}