UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 290 B
import { Quantity } from './Quantity'; import { Price } from '../../order/Price'; /** RetrievalFees */ export interface RetrievalFees { /** Total retrieval fees in GiB */ quantity: Quantity; /** Total price */ totalPrice: Price; } //# sourceMappingURL=RetrievalFees.d.ts.map