feat: a lot of a lot
This commit is contained in:
14
schemas/task.py
Normal file
14
schemas/task.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from schemas.base import BaseSchema
|
||||
|
||||
|
||||
class CreateTaskResponse(BaseSchema):
|
||||
task_id: str
|
||||
|
||||
|
||||
class TaskInfoResponse(BaseSchema):
|
||||
task_id: str
|
||||
status: str
|
||||
|
||||
|
||||
class SynchronizeMarketplaceRequest(BaseSchema):
|
||||
marketplace_id: int
|
||||
Reference in New Issue
Block a user