mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The commit creates a `server_message.ts` module which will home our `zod` schema for the messages received from server. We can then import the schema to parse the data in needed modules at the API boundaries. This will also help us write better tests.