UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 220 B
type PartnerExternalCertifications = { aws?: boolean; cisco?: boolean; intel?: boolean; microsoft?: boolean; other?: string | null; vmware?: boolean; }; export { PartnerExternalCertifications };