Removes Wild Cloud cruft.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user