UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 341 B
import { Price } from '../../order/Price'; /** Storage volume used on your project */ export interface StorageVolumeUsage { /** Region */ region: string; /** Bytes stored in your containers */ storedBytes: number; /** Cost for your storage bandwidth */ total: Price; } //# sourceMappingURL=StorageVolumeUsage.d.ts.map