UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 195 B
type OvertheboxConfigurationTypesDhcpConfig = { interface: string; leaseDuration: number; offset: number; poolSize: number; }; export { OvertheboxConfigurationTypesDhcpConfig };