irt-service/app/models/bundle.py
2022-02-09 16:33:38 -05:00

7 lines
92 B
Python

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