Interface: RiskLevel
Defined in: lib/types.ts:77
Fire risk category severity level definition.
RiskLevel
Properties
| Property |
Type |
Description |
Defined in |
category |
string |
Risk category name (low, moderate, high, extreme) |
lib/types.ts:78 |
description |
string |
Severity description and action guidance |
lib/types.ts:80 |
score_range |
string |
Human-readable score range (e.g., "0-20") |
lib/types.ts:79 |