Spaces:
Paused
Paused
Update models.py
Browse files
models.py
CHANGED
|
@@ -6,7 +6,7 @@ class CustomErrorResponseModel(BaseModel):
|
|
| 6 |
|
| 7 |
class SuccessResponse(BaseModel):
|
| 8 |
status: str
|
| 9 |
-
|
| 10 |
|
| 11 |
class ErrorResponse(BaseModel):
|
| 12 |
status: str
|
|
|
|
| 6 |
|
| 7 |
class SuccessResponse(BaseModel):
|
| 8 |
status: str
|
| 9 |
+
randydev: Dict[str, Any]
|
| 10 |
|
| 11 |
class ErrorResponse(BaseModel):
|
| 12 |
status: str
|