storing address alongside https/http url

This commit is contained in:
Violet Caulfield
2024-10-22 11:46:35 -05:00
parent 144225d0cb
commit 939922bbdb
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ import { JellifyLibrary } from "./JellifyLibrary";
export interface JellifyServer {
url: string;
address: string;
name: string;
version: string;
startUpComplete: boolean;