mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-04-19 04:02:05 +02: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