fix: export Incident types, replace any casts with typed unknown casts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AWxyMibCuGGtSQSqfajDQ7
This commit is contained in:
@@ -26,7 +26,7 @@ const MEDICAL_LABELS: Record<string, string> = {
|
||||
lti: 'Lost Time Injury (LTI)',
|
||||
}
|
||||
|
||||
type Incident = {
|
||||
export type Incident = {
|
||||
id: string
|
||||
reference_no: string | null
|
||||
incident_type: string
|
||||
|
||||
Reference in New Issue
Block a user