Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 444 Bytes

strict.md

File metadata and controls

17 lines (11 loc) · 444 Bytes

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.

Example Usage

import { Strict } from "@vercel/sdk/models/getdomainconfigop.js";

let value: Strict = "false";

Values

"true" | "false"