mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
6 lines
203 B
Python
6 lines
203 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class ConditionTriggerRequest(BaseModel):
|
|
trigger_file_path: str # TODO: split into bucket/prefix?
|
|
uprn_lookup_file_path: str # TODO: split into bucket/prefix?
|