UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 216 B
/** Instance snapshot */ export interface Snapshot { /** Instance image id */ imageId: string; /** Id of pending public cloud operation */ operationId: string; } //# sourceMappingURL=Snapshot.d.ts.map