UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 220 B
/** Url and port of a service */ export interface Address { /** Port to use to access to the service */ port: number; /** Url to contact the service */ url: string; } //# sourceMappingURL=Address.d.ts.map