This commit is contained in:
teddy
2025-04-30 09:47:03 +07:00
parent cce3b3e1f1
commit 6eb0c1e367
2 changed files with 39 additions and 6 deletions

View File

@@ -20,3 +20,7 @@ type SendEmailRequest struct {
CC []string `json:"cc"`
Message string `json:"message"`
}
type EmailResponse struct {
Email []string `json:"email"`
}