UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 456 B
import { OvertheboxConfigurationTypesDnsLocalDomain } from './OvertheboxConfigurationTypesDnsLocalDomain.js'; import { OvertheboxConfigurationStatusEnum } from './OvertheboxConfigurationStatusEnum.js'; type OvertheboxConfigurationDnsLocalDomain = { configuration?: OvertheboxConfigurationTypesDnsLocalDomain; id?: string; priority?: number; status?: OvertheboxConfigurationStatusEnum; }; export { OvertheboxConfigurationDnsLocalDomain };