We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050ecc2 commit 110ce2bCopy full SHA for 110ce2b
.stacks/core/types/src/dns.ts
@@ -31,17 +31,16 @@ export interface AAAARecord {
31
32
export type DnsRecord = ARecord | CNameRecord | MXRecord | TxtRecord | AAAARecord
33
34
-export interface DnsOptions {
35
/**
36
* **DNS Options**
37
*
38
* This configuration defines all of your DNS options. Because Stacks is fully-typed,
39
* you may hover any of the options below and the definitions will be provided. In case
40
* you have any questions, feel free to reach out via Discord or GitHub Discussions.
41
42
- * @default {}
43
* @see https://stacksjs.dev/docs/dns
44
*/
+export interface DnsOptions {
45
a?: ARecord[]
46
aaaa?: AAAARecord[]
47
cname?: CNameRecord[]
0 commit comments