UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 237 B
import { AllDomTypeEnum } from './AllDomTypeEnum.js'; import { DomainOfferEnum } from './DomainOfferEnum.js'; type AllDomAllDom = { name?: string; offer?: DomainOfferEnum; type?: AllDomTypeEnum; }; export { AllDomAllDom };