UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 148 B
type CloudProjectSshkeyCreation = { name: string; publicKey: string; region?: string | null; }; export { CloudProjectSshkeyCreation };