UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 253 B
import { CloudKeymanagerSecretRef } from './CloudKeymanagerSecretRef.js'; type CloudKeymanagerCertificate = { id?: string; name?: string; region?: string; secrets?: CloudKeymanagerSecretRef[]; }; export { CloudKeymanagerCertificate };