UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 269 B
import { Infos } from './attached/Infos'; /** A backup attached to your VPS */ export interface Attached { /** A structure describing a backup's access informations */ access: Infos; /** */ restorePoint: string; } //# sourceMappingURL=Attached.d.ts.map