UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 134 B
type TelephonyCity = { administrationCode?: string | null; name?: string; zipCode?: string; }; export { TelephonyCity };