UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 182 B
type DomainZoneDynHostRecord = { id?: number; ip?: string; subDomain?: string | null; ttl?: number | null; zone?: string; }; export { DomainZoneDynHostRecord };