UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 227 B
type OrderCatalogPublicAddonFamily = { addons?: string[] | null; default?: string | null; exclusive?: boolean | null; mandatory?: boolean | null; name?: string; }; export { OrderCatalogPublicAddonFamily };