mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
feat(email): add admin notification settings
This commit is contained in:
@@ -37,6 +37,10 @@ from backend.schemas.template import (
|
||||
TaskFromTemplateRequest,
|
||||
TemplatePreviewResponse,
|
||||
)
|
||||
from backend.schemas.email_settings import (
|
||||
EmailNotificationSettingsResponse,
|
||||
EmailNotificationSettingsUpdate,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"UserBase",
|
||||
@@ -68,4 +72,6 @@ __all__ = [
|
||||
"TemplateResponse",
|
||||
"TaskFromTemplateRequest",
|
||||
"TemplatePreviewResponse",
|
||||
"EmailNotificationSettingsResponse",
|
||||
"EmailNotificationSettingsUpdate",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user