UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 248 B
/** DNS zone history */ export interface ZoneRestorePoint { /** The date of backup creation */ creationDate: string; /** The URL of the saved zone at this date */ zoneFileUrl: string; } //# sourceMappingURL=ZoneRestorePoint.d.ts.map