mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
8 lines
189 B
Go
8 lines
189 B
Go
package form
|
|
|
|
// SyncUpload defines payload for syncing uploads to a remote service.
|
|
type SyncUpload struct {
|
|
Selection Selection `json:"selection"`
|
|
Folder string `json:"folder"`
|
|
}
|