RestorePoint type

Database restore points.

type RestorePoint = ProxyResource & {
  earliestRestoreDate?: Date
  location?: string
  restorePointCreationDate?: Date
  restorePointLabel?: string
  restorePointType?: RestorePointType
}