UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 216 B
/** vps.automatedBackup.detachBackup.post */ export interface Post { /** restorePoint fetched in /vps/{serviceName}/automatedBackup/attachedBackup */ restorePoint: string; } //# sourceMappingURL=Post.d.ts.map