다음을 통해 공유


RestorePoint type

데이터베이스 복원 지점.

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