UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 179 B
type TelephonyOvhPabxCustomStatus = { color?: string | null; description?: string | null; id?: number; name?: string; }; export { TelephonyOvhPabxCustomStatus };