UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 232 B
/** SSL input properties */ export interface SSLInput { /** certificate */ certificate: string; /** certificate chain */ chain: string; /** private key */ key: string; } //# sourceMappingURL=SSLInput.d.ts.map