MatteoMass's picture
bug fix on the trigger
ce2a7d1
raw
history blame contribute delete
162 Bytes
from typing import Optional
from pydantic import BaseModel
class ResumeTrigger(BaseModel):
confirm_action: bool
changes_description: Optional[str] = ""