feat: cycle
This commit is contained in:
@@ -35,7 +35,10 @@ export interface GeoRiskScore {
|
||||
score: number
|
||||
level: RiskLevel
|
||||
breakdown: Record<string, number>
|
||||
top_risks: [string, number][]
|
||||
top_risks: string[]
|
||||
computed_at?: string
|
||||
rationale?: string
|
||||
run_id?: string
|
||||
}
|
||||
|
||||
export interface GeoPattern {
|
||||
|
||||
Reference in New Issue
Block a user