UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 250 B
/** Informations about a VPS Veeam restore points */ export interface RestorePoint { /** The restore point's creation time */ creationTime: string; /** The restore point's id */ id: number; } //# sourceMappingURL=RestorePoint.d.ts.map