mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-27 06:46:59 -05:00
Fix critical 'any' types in components
This commit is contained in:
@@ -93,7 +93,7 @@ interface TimelineEventEditorDialogProps {
|
||||
entityType: EntityType;
|
||||
entityId: string;
|
||||
entityName: string;
|
||||
existingEvent?: any;
|
||||
existingEvent?: TimelineEventFormData & { id: string; approved_by?: string | null };
|
||||
onSuccess?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user