UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 203 B
type OrderCatalogDedicatedProductSpecificationMemory = { planCode?: string | null; size?: string | null; type?: string | null; }; export { OrderCatalogDedicatedProductSpecificationMemory };