From 36e5d798c11f9ed411a7e6518169ec4a4bf9317b Mon Sep 17 00:00:00 2001 From: marte26 Date: Sun, 10 Dec 2023 13:58:39 +0000 Subject: [PATCH] Change issuewild type from string to string[] --- commands/types/dnscontrol.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index a850f30275..c1d2fc516f 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -411,7 +411,7 @@ declare function CAA(name: string, tag: "issue" | "issuewild" | "iodef", value: * * @see https://docs.dnscontrol.org/language-reference/domain-modifiers/caa_builder */ -declare function CAA_BUILDER(opts: { label?: string; iodef: string; iodef_critical?: boolean; issue: string[]; issuewild: string }): DomainModifier; +declare function CAA_BUILDER(opts: { label?: string; iodef: string; iodef_critical?: boolean; issue: string[]; issuewild: string[] }): DomainModifier; /** * `CF_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page Rules) to