UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 221 B
type CloudKeymanagerCertificateCreate = { certificate: string; intermediates?: string; name: string; privateKey: string; privateKeyPassphrase?: string; }; export { CloudKeymanagerCertificateCreate };