UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 228 B
type TelephonyPortabilityDocument = { description?: string | null; documentId?: number; getUrl?: string; name?: string; putUrl?: string | null; size?: number; }; export { TelephonyPortabilityDocument };