UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 147 B
type CloudProjectCertificateImport = { cert: string; chain?: string | null; key: string; }; export { CloudProjectCertificateImport };