mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-04 01:29:27 -05:00
5ca00df6f7
run prettier
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
export interface JellifyServer {
|
|
url: string
|
|
address: string
|
|
name: string
|
|
version: string
|
|
startUpComplete: boolean
|
|
}
|