Add announceAddresses to types

This commit is contained in:
Arnaud 2024-11-20 14:31:43 +01:00
parent 6eaa2e05d6
commit 81f66c6b3f
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -23,6 +23,8 @@ export type CodexDebugInfo = {
*/
addrs: string[];
announceAddresses: string[]
/**
* Path of the data repository where all nodes data are stored
*/