f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
7 lines
195 B
Go
7 lines
195 B
Go
package customize
|
|
|
|
// MapsSettings represents maps settings (for places).
|
|
type MapsSettings struct {
|
|
Animate int `json:"animate" yaml:"Animate"`
|
|
Style string `json:"style" yaml:"Style"`
|
|
}
|