UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 306 B
/** User, url and port of a service */ export interface Credentials { /** Port to use to access to the service */ port: number; /** Url to contact the service */ url: string; /** Login to authentificate you on the service */ user: string; } //# sourceMappingURL=Credentials.d.ts.map