import { CheckDomainPriceRequest } from "@vercel/sdk/models/checkdomainpriceop.js";
let value: CheckDomainPriceRequest = {
name: "example.com",
type: "new",
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
slug: "my-team-url-slug",
};
Field |
Type |
Required |
Description |
Example |
name |
string |
✔️ |
The name of the domain for which the price needs to be checked. |
example.com |
type |
models.QueryParamType |
➖ |
In which status of the domain the price needs to be checked. |
new |
teamId |
string |
➖ |
The Team identifier to perform the request on behalf of. |
team_1a2b3c4d5e6f7g8h9i0j1k2l |
slug |
string |
➖ |
The Team slug to perform the request on behalf of. |
my-team-url-slug |