UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 267 B
/** Information about the snapshot of a VPS Virtual Machine */ export interface Snapshot { /** */ creationDate: string; /** */ description: string; /** */ id: string; /** */ region?: string; } //# sourceMappingURL=Snapshot.d.ts.map