UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 295 B
import { DomainIsForEnum } from './DomainIsForEnum.js'; type DomainData = { audience?: string | null; authInfo?: string | null; isFor?: DomainIsForEnum[] | null; otherPurpose?: string | null; reason?: string | null; represent?: string | null; }; export { DomainData };