UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 243 B
import { CloudAuthenticationEndpoint } from './CloudAuthenticationEndpoint.js'; type CloudAuthenticationCatalog = { endpoints?: CloudAuthenticationEndpoint[]; id?: string; type?: string; }; export { CloudAuthenticationCatalog };