UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 250 B
type PartnerClientKinds = { association?: boolean; individual?: boolean; largeGroup?: boolean; mediumBusiness?: boolean; other?: string | null; publicSector?: boolean; startup?: boolean; }; export { PartnerClientKinds };