共用方式為


RestorePoint type

資料庫還原點。

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