added tcc and tif results to form
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional
|
||||
|
||||
class Target(BaseModel):
|
||||
theta: float
|
||||
value: float
|
||||
result: Optional[float]
|
||||
|
Reference in New Issue
Block a user