Add debugging
This commit is contained in:
@@ -56,6 +56,13 @@ export interface CallRecord {
|
||||
location: string | null;
|
||||
tags: string[];
|
||||
status: "active" | "ended";
|
||||
// Correlation debug — written by the correlator, present after a call is linked
|
||||
corr_path?: string | null;
|
||||
corr_score?: number | null;
|
||||
corr_distance_km?: number | null;
|
||||
corr_incident_idle_min?: number | null;
|
||||
corr_shared_units?: number | null;
|
||||
corr_candidates?: number | null;
|
||||
}
|
||||
|
||||
export interface IncidentRecord {
|
||||
|
||||
Reference in New Issue
Block a user