diff --git a/frontend/src/lib/api-types.ts b/frontend/src/lib/api-types.ts index 41fcfe85..6baa4573 100644 --- a/frontend/src/lib/api-types.ts +++ b/frontend/src/lib/api-types.ts @@ -4297,6 +4297,11 @@ export interface components { objects_total_in_radius: number; /** Raw Objects Total */ raw_objects_total: number; + /** + * Groups Matched By Core + * @default 0 + */ + groups_matched_by_core: number; /** Velocity Coverage Pct */ velocity_coverage_pct: number; /**