palexis3 commited on
Commit
e5fb4c5
·
1 Parent(s): 8231f9c

Add missing file

Browse files
Files changed (1) hide show
  1. app/schema/index.py +9 -0
app/schema/index.py CHANGED
@@ -51,3 +51,12 @@ class TransactionCreate(TransactionResponse):
51
 
52
  class Transaction(TransactionResponse):
53
  user: User
 
 
 
 
 
 
 
 
 
 
51
 
52
  class Transaction(TransactionResponse):
53
  user: User
54
+
55
+
56
+ class FileUploadCreate(PydanticBaseModel):
57
+ source: str
58
+ date: datetime
59
+ category: str
60
+ name_description: str
61
+ amount: float
62
+ type: str