mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-07 09:41:16 +08:00
7 lines
124 B
Go
7 lines
124 B
Go
package form
|
|
|
|
type AccountShare struct {
|
|
Photos []string `json:"photos"`
|
|
Destination string `json:"destination"`
|
|
}
|