UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 138 B
/** Existing SSH Keypair */ export interface SshKey { /** SSH Keypair name */ name: string; } //# sourceMappingURL=SshKey.d.ts.map