diff --git a/interface/src/types/ntp.ts b/interface/src/types/ntp.ts index e22a9fa59..b783cfb80 100644 --- a/interface/src/types/ntp.ts +++ b/interface/src/types/ntp.ts @@ -9,7 +9,6 @@ export interface NTPStatus { utc_time: string; local_time: string; server: string; - uptime: number; } export interface NTPSettings {