| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/srepmub/FastAPI-JSONAPI/main/fastapi_jsonapi/data_typing.py | [Back] [Original] |
from typing import TypeVar
from pydantic import BaseModel
TypeModel = TypeVar("TypeModel")
TypeSchema = TypeVar("TypeSchema", bound=BaseModel)
| Web Proxy Viewer | New URL | Original Page |