UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 316 B
type OrderCatalogPublicProductBlobTechnicalMemory = { customizable?: boolean | null; ecc?: boolean | null; frequency?: number | null; interface?: string | null; ramType?: string | null; size?: number; sizeUnit?: string | null; }; export { OrderCatalogPublicProductBlobTechnicalMemory };