UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 218 B
type OrderCatalogDedicatedProductSpecificationDisk = { number?: number; planCode?: string; raid?: string; size?: number; type?: string; }; export { OrderCatalogDedicatedProductSpecificationDisk };