zulip/tools/linter_lib
Varun Singh 884317e407 server_message: Create zod schema to parse message recieved from server.
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.
2024-07-15 13:55:13 -07:00
..
__init__.py
custom_check.py server_message: Create zod schema to parse message recieved from server. 2024-07-15 13:55:13 -07:00
exclude.py web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00