UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 314 B
/** Region SSHKey */ export interface SSHKey { /** SSHKey fingerPrint */ fingerPrint: string; /** SSHKey ID */ id: string; /** SSHKey name */ name: string; /** SSHKey publicKey */ publicKey: string; /** SSHKey region */ region: string; } //# sourceMappingURL=SSHKey.d.ts.map