mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
from typing_extensions import TypedDict
|
|
|
|
|
|
class MessageResponse(TypedDict):
|
|
msg: str
|