@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 326 B
TypeScript
import { Credentials } from './Credentials';
/** Different credentials to manage your service */
export interface ServiceCredentials {
/** Credentials to manage files by ftp */
ftp: Credentials;
/** Credentials to manage webhosting by ssh */
ssh: Credentials;
}
//# sourceMappingURL=ServiceCredentials.d.ts.map