UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 238 B
type IpLoadbalancingFarmAvailableProbe = { matches?: string[]; method?: string[] | null; negatableMatches?: string[]; port?: boolean; type?: string; url?: boolean; }; export { IpLoadbalancingFarmAvailableProbe };