diff --git a/application/src/types/service.types.ts b/application/src/types/service.types.ts index 240732c..e2dbc9a 100644 --- a/application/src/types/service.types.ts +++ b/application/src/types/service.types.ts @@ -70,6 +70,8 @@ export interface UptimeData { // Regional monitoring fields region_name?: string; agent_id?: string | number; + // Source identifier for multi-source display + source?: string; } export interface PingData {