UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 276 B
type TelephonyRegistrationInformations = { datetime?: Date; domain?: string | null; ip?: string; localIp?: string | null; localPort?: number | null; port?: number | null; userAgent?: string | null; }; export { TelephonyRegistrationInformations };