import { GetDomainConfigRequest } from "@vercel/sdk/models/getdomainconfigop.js";
let value: GetDomainConfigRequest = {
domain: "example.com",
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
slug: "my-team-url-slug",
};
Field |
Type |
Required |
Description |
Example |
domain |
string |
✔️ |
The name of the domain. |
example.com |
strict |
models.Strict |
➖ |
When true, the response will only include the nameservers assigned directly to the specified domain. When false and there are no nameservers assigned directly to the specified domain, the response will include the nameservers of the domain's parent zone. |
|
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 |