UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 179 B
type MarketPlacePartnerProduct = { category?: string; description?: string; name?: string; otherDetails?: string | null; }; export { MarketPlacePartnerProduct };