json schema json file checking, p2p fixes

This commit is contained in:
mrfry 2023-03-25 10:36:33 +01:00
parent 5c22f575dd
commit 2edc87d5dd
7 changed files with 277 additions and 75 deletions

View file

@ -174,5 +174,7 @@ export interface PeerInfo {
host: string
port: number
publicKey: string
contact: string
lastSync?: Date
note?: string
}