xbackend/schemas/api_log.py
2021-06-01 09:49:03 +08:00

10 lines
130 B
Python

from typing import Any
from pydantic import BaseModel
class ApiLogInsert(BaseModel):
api: str
ms: int
user_id: str