mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 19:35:14 -05:00
Consolidate frontend types (#1245)
This commit is contained in:
committed by
GitHub
parent
6a88a59981
commit
479900e912
@@ -2,4 +2,4 @@ from pydantic import BaseModel
|
||||
|
||||
|
||||
class ValidationResponse(BaseModel):
|
||||
valid: bool = False
|
||||
valid: bool
|
||||
|
||||
Reference in New Issue
Block a user