fix: final fixes

This commit is contained in:
waterplea
2024-08-27 12:17:05 +04:00
parent 5270a6781f
commit 8f34d1c555
23 changed files with 235 additions and 157 deletions

View File

@@ -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 = {