diff --git a/client/src/app/api/models.ts b/client/src/app/api/models.ts index 98ffa8fdfc..e3047d8abd 100644 --- a/client/src/app/api/models.ts +++ b/client/src/app/api/models.ts @@ -781,7 +781,7 @@ export interface Thresholds { } export type AssessmentStatus = "empty" | "started" | "complete"; -export type Risk = "green" | "yellow" | "red" | "unknown"; +export type Risk = "green" | "yellow" | "red" | "unknown" | "unassessed"; export interface InitialAssessment { application?: Ref;