irt-service/app/models/bundle.py
2021-12-17 00:55:27 +00:00

7 lines
92 B
Python

from pydantic import BaseModel
class Bundle(BaseModel):
id: int
count: int
type: str