UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 238 B
/** URL to download the VPS snapshot */ export interface DownloadSnapshotURL { /** Snapshot size (bytes) */ size: number; /** URL to download the snapshot */ url: string; } //# sourceMappingURL=DownloadSnapshotURL.d.ts.map