UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 313 B
type OrderCatalogDedicatedProductSpecificationCPU = { boost?: number | null; brand?: string | null; cores?: number | null; frequency?: number | null; model?: string | null; planCode?: string | null; threads?: number | null; }; export { OrderCatalogDedicatedProductSpecificationCPU };