UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 197 B
type CloudProjectLoadbalancerServer = { ip: string; name: string; noCheck?: boolean | null; port: number; weight?: number | null; }; export { CloudProjectLoadbalancerServer };