change tif/tcc targets to be more variable
This commit is contained in:
@ -4,4 +4,4 @@ from typing import List
|
||||
from models.item import Item
|
||||
|
||||
class Form(BaseModel):
|
||||
items: List[Item]
|
||||
items: List[int]
|
||||
|
Reference in New Issue
Block a user