mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: final fixes
This commit is contained in:
@@ -86,6 +86,9 @@ export type PortForward = {
|
||||
export type WiFiInfo = {
|
||||
enabled: boolean
|
||||
lastRegion: string | null
|
||||
interface: string | null
|
||||
ssids: Array<string>
|
||||
selected: string | null
|
||||
}
|
||||
|
||||
export type Domain = {
|
||||
|
||||
Reference in New Issue
Block a user