UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 235 B
import { Quantity } from './Quantity'; /** VolumeSnapshot */ export interface VolumeSnapshot { /** GiBh stored */ quantity: Quantity; /** Total price */ totalPrice: number; } //# sourceMappingURL=VolumeSnapshot.d.ts.map