UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 186 B
/** SSL update input properties */ export interface SSLUpdateInput { /** true to regenerate the certificate */ regenerate: boolean; } //# sourceMappingURL=SSLUpdateInput.d.ts.map