Show remote nodes update in table

This commit is contained in:
Owen
2026-05-02 11:55:01 -07:00
parent 9df46f7014
commit 726e000154
5 changed files with 129 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ export type ListRemoteExitNodesResponse = {
remoteExitNodeId: string;
dateCreated: string;
version: string | null;
updateAvailable?: boolean;
exitNodeId: number | null;
name: string;
address: string;