mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
136 B
Python
7 lines
136 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class PostcodeSplitterTriggerRequest(BaseModel):
|
|
task_id: str
|
|
sub_task_id: str
|
|
s3_uri: str
|