مشاركة عبر


RestorePoint type

نقاط استعادة قاعدة البيانات.

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