Interface: StreamRiskData¶
Defined in: lib/types.ts:264
Real-time fire risk data from SSE stream.
Streamed from backend for specific zone during SSE connection.
StreamRiskData
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
location_id |
string |
Zone identifier | lib/types.ts:265 |
risk_category |
string |
Risk category (low/moderate/high/extreme) | lib/types.ts:266 |
risk_score |
number |
Numerical risk score | lib/types.ts:267 |
timestamp |
string |
ISO 8601 timestamp | lib/types.ts:269 |
ttf |
number |
Time to fire in hours | lib/types.ts:268 |