f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
7 lines
174 B
Go
7 lines
174 B
Go
package customize
|
|
|
|
// ImportSettings represents import settings.
|
|
type ImportSettings struct {
|
|
Path string `json:"path" yaml:"Path"`
|
|
Move bool `json:"move" yaml:"Move"`
|
|
}
|