update
This commit is contained in:
@@ -20,3 +20,7 @@ type SendEmailRequest struct {
|
||||
CC []string `json:"cc"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type EmailResponse struct {
|
||||
Email []string `json:"email"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user