photoprism/internal/form/account_share.go
2022-02-27 17:32:54 +01:00

7 lines
120 B
Go

package form
type AccountShare struct {
Selection Selection `json:"selection"`
Folder string `json:"folder"`
}