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.
import { Strict } from "@vercel/sdk/models/getdomainconfigop.js";
let value: Strict = "false";
"true" | "false"