UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 212 B
type OrderCatalogConfigurationItem = { defaultValue?: string | null; isCustom?: boolean; isMandatory?: boolean; name?: string; values?: string[]; }; export { OrderCatalogConfigurationItem };