AcceptedChallenges Which challenge types the domain can use for issuing certs. Example Usage import { AcceptedChallenges } from "@vercel/sdk/models/getdomainconfigop.js"; let value: AcceptedChallenges = "dns-01"; Values "dns-01" | "http-01"