UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 353 B
import { Price } from '../order/Price'; /** Details of available hardwares */ export interface HardwareDetails { /** Pretty hardware model name */ hardwareDisplayName?: string; /** Name of the hardware */ hardwareName?: string; /** Hardware purchase price */ hardwarePrice?: Price; } //# sourceMappingURL=HardwareDetails.d.ts.map