mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-01 11:20:15 -06:00
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
export interface JellifyServer {
|
|
url: string;
|
|
address: string;
|
|
name: string;
|
|
version: string;
|
|
startUpComplete: boolean;
|
|
} |