UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 168 B
type ServicesContactsContactChangeRequest = { admin: string[]; billing: string[]; technical: string[]; }; export { ServicesContactsContactChangeRequest };