UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 291 B
/** Endpoint */ export interface Endpoint { /** */ id: string; /** */ interface: string; /** */ legacy_endpoint_id: string; /** */ region_id: string; /** */ service_id: string; /** */ url: string; } //# sourceMappingURL=Endpoint.d.ts.map