Skip to content

Commit

Permalink
fix: make announce and noannounce optional
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 29, 2021
1 parent f3b5d7b commit a7562d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export interface AddressConfig {
Delegates?: string[]
Gateway?: string
Swarm?: string[],
Announce: string[],
NoAnnounce: string[]
Announce?: string[],
NoAnnounce?: string[]
}

export interface APIConfig {
Expand Down

0 comments on commit a7562d8

Please sign in to comment.