Skip to content

Commit 110ce2b

Browse files
committed
chore: wip
1 parent 050ecc2 commit 110ce2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.stacks/core/types/src/dns.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,16 @@ export interface AAAARecord {
3131

3232
export type DnsRecord = ARecord | CNameRecord | MXRecord | TxtRecord | AAAARecord
3333

34-
export interface DnsOptions {
3534
/**
3635
* **DNS Options**
3736
*
3837
* This configuration defines all of your DNS options. Because Stacks is fully-typed,
3938
* you may hover any of the options below and the definitions will be provided. In case
4039
* you have any questions, feel free to reach out via Discord or GitHub Discussions.
4140
*
42-
* @default {}
4341
* @see https://stacksjs.dev/docs/dns
4442
*/
43+
export interface DnsOptions {
4544
a?: ARecord[]
4645
aaaa?: AAAARecord[]
4746
cname?: CNameRecord[]

0 commit comments

Comments
 (0)