mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-28 14:08:38 -06:00
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
export interface JellifyServer {
|
|
url: string
|
|
address: string
|
|
name: string
|
|
version: string
|
|
startUpComplete: boolean
|
|
}
|