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:
@@ -22,7 +22,7 @@ const STATUS_COLORS: Record<string, string> = {
|
||||
closed: 'bg-green-100 text-green-800',
|
||||
}
|
||||
|
||||
type Incident = {
|
||||
export type Incident = {
|
||||
id: string
|
||||
reference_no: string | null
|
||||
incident_type: string
|
||||
|
||||
Reference in New Issue
Block a user