UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 199 B
type DomainDataClaimNoticeCourtDecision = { countryCode?: string; courtName?: string; referenceNumber?: string; regions?: string[]; }; export { DomainDataClaimNoticeCourtDecision };