UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 204 B
type ServiceRenewType = { automatic?: boolean; deleteAtExpiration?: boolean; forced?: boolean; manualPayment?: boolean | null; period?: number | null; }; export { ServiceRenewType };