mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-06-14 20:25:45 +02:00
40c80f5fe1
- Use undefined for optional boolean fields (escalated, forwardedHr) - Use null for fields explicitly typed as '| null' in ChatSession interface - Use undefined for optional-only fields (messagesSent, initialMsg) - Ensures type consistency throughout mapPrismaSessionToChatSession function