Skip to content
📝 字数:working on

Typing

Estimated time to read: 1 minute

Annotated

CommonsDep = Annotated[dict, Depends(common_parameters)] add metadata to a type hint.

评论