UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (13 loc) 338 B
type TelephonyPortabilityCustomerInfos = { building?: string | null; city?: string; door?: string | null; floor?: string | null; name?: string; siret?: string | null; stair?: string | null; streetName?: string; streetNumber?: string; zip?: string; }; export { TelephonyPortabilityCustomerInfos };