UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 222 B
type CloudAuthenticationEndpoint = { id?: string; interface?: string; legacy_endpoint_id?: string; region_id?: string; service_id?: string; url?: string; }; export { CloudAuthenticationEndpoint };