mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-07 09:41:16 +08:00
7 lines
120 B
Go
7 lines
120 B
Go
package form
|
|
|
|
type AccountShare struct {
|
|
Selection Selection `json:"selection"`
|
|
Folder string `json:"folder"`
|
|
}
|