Files
receipt-wrangler-api/internal/structs/reset_password_command.go
2023-06-08 10:12:37 -04:00

6 lines
71 B
Go

package structs
type ResetPasswordCommand struct {
Password string
}