UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 197 B
type CloudLoadbalancingLoadbalancerMemberCreate = { address: string; name?: string; protocolPort: number; weight: number; }; export { CloudLoadbalancingLoadbalancerMemberCreate };