veza/veza-backend-api/internal/dto/resend_verification_request.go

5 lines
108 B
Go
Raw Normal View History

2025-12-03 19:29:37 +00:00
package dto
type ResendVerificationRequest struct {
Email string `json:"email" binding:"required,email"`
}