UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 272 B
import { Import } from './certificate/Import'; /** Add a new certificate */ export interface CertificateAdd { /** Import an existing certificate */ import?: Import; /** Name of the certificate */ name: string; } //# sourceMappingURL=CertificateAdd.d.ts.map