mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-01-12 22:20:08 -06:00
6 lines
71 B
Go
6 lines
71 B
Go
package structs
|
|
|
|
type ResetPasswordCommand struct {
|
|
Password string
|
|
}
|