UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 269 B
import { ServicesExpandedCustomerContact } from './ServicesExpandedCustomerContact.js'; import './ServicesExpandedCustomerContactTypeEnum.js'; type ServicesExpandedCustomer = { contacts?: ServicesExpandedCustomerContact[]; }; export { ServicesExpandedCustomer };