UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 273 B
import { ServicesExpandedCustomerContactTypeEnum } from './ServicesExpandedCustomerContactTypeEnum.js'; type ServicesExpandedCustomerContact = { customerCode?: string; type?: ServicesExpandedCustomerContactTypeEnum; }; export { ServicesExpandedCustomerContact };