UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 402 B
import { Price } from '../../order/Price'; import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble'; /** Snapshot usage */ export interface SnapshotUsageDetail { /** Snapshot price */ price: Price; /** Snapshot region */ region: string; /** Stored snapshot size in gigabytes */ storedSize: UnitAndValueDouble; } //# sourceMappingURL=SnapshotUsageDetail.d.ts.map