/** User, url and port of a service */
export interfaceCredentials {
/** 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