Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 526 Bytes

buydomainresponse.md

File metadata and controls

37 lines (30 loc) · 526 Bytes

BuyDomainResponse

Supported Types

models.BuyDomainResponseBody

const value: models.BuyDomainResponseBody = {
  domain: {
    uid: "<id>",
    ns: [
      "<value>",
    ],
    verified: false,
    created: 6012.77,
    pending: false,
  },
};

models.BuyDomainDomainsResponseBody

const value: models.BuyDomainDomainsResponseBody = {
  domain: {
    uid: "<id>",
    ns: [
      "<value>",
    ],
    verified: false,
    created: 7719.31,
    pending: false,
  },
};