server icon indicating copy to clipboard operation
server copied to clipboard

Issue/#482 Add TypedDict definition for protocol messages

Open Askaholic opened this issue 2 years ago • 0 comments

Adds some TypedDict definitions for incoming protocol messages to provide some structured documentation for client developers. Since these are just used as type annotations, they are not strictly enforced, but they can be used alongside static type checkers such as mypy.

Askaholic avatar May 15 '23 06:05 Askaholic