UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 153 B
type SmsHlr = { country?: string; countryCode?: string; network?: string; operator?: string; region?: string; }; export { SmsHlr };