UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 162 B
type IpLoadbalancingRouteHttpAction = { status?: number | null; target?: string | null; type?: string; }; export { IpLoadbalancingRouteHttpAction };