UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 145 B
type CloudSshkeySshKey = { id?: string; name?: string; publicKey?: string; regions?: string[]; }; export { CloudSshkeySshKey };