mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 04:36:44 +08:00
Add State_T
This commit is contained in:
parent
41803be7d8
commit
6b6daf7235
@ -5,3 +5,4 @@ Message_T = Union[str, Dict[str, Any], List[Dict[str, Any]]]
|
||||
Expression_T = Union[str, Sequence[str], Callable]
|
||||
CommandName_T = Tuple[str, ...]
|
||||
CommandArgs_T = Dict[str, Any]
|
||||
State_T = Dict[str, Any]
|
||||
|
Loading…
Reference in New Issue
Block a user