mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
reorg again, absolute (module) imports
This commit is contained in:
12
app/models/settings.ts
Normal file
12
app/models/settings.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Server {
|
||||
id: string
|
||||
address: string
|
||||
username: string
|
||||
token: string
|
||||
salt: string
|
||||
}
|
||||
|
||||
export interface AppSettings {
|
||||
servers: Server[]
|
||||
activeServer?: string
|
||||
}
|
||||
Reference in New Issue
Block a user