UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 232 B
/** AI Solutions SSH credentials input */ export interface SshCredentialsInput { /** SSH private key */ privateKey: string; /** SSH public key */ publicKey: string; } //# sourceMappingURL=SshCredentialsInput.d.ts.map