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;
local_time: string;
server: string;
uptime: number;
}
export interface NTPSettings {