@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 349 B
TypeScript
import { Quantity } from './Quantity';
import { Price } from '../../order/Price';
/** RetrievalFees */
export interface RetrievalFees {
/** Total retrieval fees in GiB */
quantity: Quantity;
/** List of resource IDs */
resourceIds: string[];
/** Total price */
totalPrice: Price;
}
//# sourceMappingURL=RetrievalFees.d.ts.map