UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 259 B
type XdslTemplateModemParametersToIgnore = { LANandDHCP?: boolean | null; WLANList?: string[] | null; dmzIP?: boolean | null; mtuSize?: boolean | null; portMappingList?: string[] | null; }; export { XdslTemplateModemParametersToIgnore };