photoprism/internal/form/account_share.go

7 lines
120 B
Go
Raw Normal View History

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