mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-05 02:19:55 -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;
|
|
} |