@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 353 B
TypeScript
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