Skip to content

Commit a7562d8

Browse files
committed
fix: make announce and noannounce optional
1 parent f3b5d7b commit a7562d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export interface AddressConfig {
136136
Delegates?: string[]
137137
Gateway?: string
138138
Swarm?: string[],
139-
Announce: string[],
140-
NoAnnounce: string[]
139+
Announce?: string[],
140+
NoAnnounce?: string[]
141141
}
142142

143143
export interface APIConfig {

0 commit comments

Comments
 (0)