UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 269 B
/** Missing description */ export interface ProjectSshkeyCreation { /** SSH key name */ name: string; /** SSH public key */ publicKey: string; /** Region to create SSH key */ region?: string; } //# sourceMappingURL=ProjectSshkeyCreation.d.ts.map