mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-03-03 02:01:29 +01:00
- 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