UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 172 B
/** Endpoint */ export interface Endpoint { /** Endpoint region */ region: string; /** Endpoint URL */ url: string; } //# sourceMappingURL=Endpoint.d.ts.map