Removes Wild Cloud cruft.

This commit is contained in:
2026-07-11 23:05:17 +00:00
parent f9d87ff975
commit ac66ba653d
26 changed files with 745 additions and 1410 deletions

View File

@@ -18,11 +18,6 @@ export interface Messages {
[key: string]: Message;
}
export interface HealthResponse {
service: string;
status: string;
}
export interface StatusResponse {
status: string;
message?: string;
@@ -44,7 +39,3 @@ export interface DnsmasqConfigResponse {
config?: string;
}
export interface NetworkInfo {
primary_ip: string;
primary_interface: string;
}