first commit
This commit is contained in:
7
app/notifications/schemas.py
Normal file
7
app/notifications/schemas.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class NotificationRequest(BaseModel):
|
||||
user_id: int
|
||||
event_type: str
|
||||
payload: dict
|
||||
Reference in New Issue
Block a user