remove unused type

This commit is contained in:
MichaelDvP
2024-01-20 10:46:10 +01:00
parent 65ff765219
commit cc83dab97b

View File

@@ -9,7 +9,6 @@ export interface NTPStatus {
utc_time: string; utc_time: string;
local_time: string; local_time: string;
server: string; server: string;
uptime: number;
} }
export interface NTPSettings { export interface NTPSettings {