UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 232 B
type IpLoadbalancingRouteAvailableRule = { enum?: string[] | null; hasSubField?: boolean; matches?: string[]; name?: string; pattern?: string; type?: string; }; export { IpLoadbalancingRouteAvailableRule };