Skip to content

Commit

Permalink
chore: avoid clashing export
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 18, 2025
1 parent 4e2789c commit 892cbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export interface DnsResponse {
/**
* DNS Header Flags
*/
export interface DnsFlags {
interface DnsFlags {
response: boolean // Response flag
opcode: number // Operation code
authoritative: boolean // Authoritative answer
Expand Down

0 comments on commit 892cbfa

Please sign in to comment.