UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 168 B
/** Information about routing */ export interface RoutedTo { /** Service where ip is routed to */ serviceName?: string; } //# sourceMappingURL=RoutedTo.d.ts.map